pub enum LlRule {
Ax,
Cut,
TensorR,
ParR,
WithR,
PlusR1,
PlusR2,
OfCourseR,
WhyNotR,
Dereliction,
Contraction,
Weakening,
}Expand description
Linear logic sequent calculus rules.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LlRule
impl RefUnwindSafe for LlRule
impl Send for LlRule
impl Sync for LlRule
impl Unpin for LlRule
impl UnsafeUnpin for LlRule
impl UnwindSafe for LlRule
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