pub struct Add { /* private fields */ }
Expand description
Adds two church numerals.
S ::= Successor
λm.λn.mSn
Trait Implementations§
Source§impl Ord for Add
impl Ord for Add
Source§impl PartialOrd for Add
impl PartialOrd for Add
impl Copy for Add
impl Eq for Add
impl StructuralPartialEq for Add
Auto Trait Implementations§
impl Freeze for Add
impl RefUnwindSafe for Add
impl Send for Add
impl Sync for Add
impl Unpin for Add
impl UnwindSafe for Add
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more