This page requires javascript to work

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

type Case = GenericCase<Either<Value, Expression>, Value>;

One single case in case trees.

Trait Implementations

impl ReadBack for Case[src]

type NormalForm = NormalCase

Corresponding normal form type for the read-backable structures.
This is needed because Rust does not support Higher-Kinded Types :( Read more