This page requires javascript to work

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

type Branch = GenericBranch<Expression>;

$S ::= ()\ |\ (\textsf{c}\ M, S)$, Pattern matching branch.