Enum fungi_lang::decide::HandSide[][src]

pub enum HandSide {
    L,
    R,
}

Each relation has two sides, which we refer to as L and R

Variants

Auto Trait Implementations

impl Send for HandSide

impl Sync for HandSide