[][src]Type Definition minitt::syntax::Branch

type Branch<Name> = BTreeMap<Name, Box<Expression<Name>>>;

Pattern matching branch.