Type Definition dmntk_feel::OptAstNode[][src]

type OptAstNode = Option<AstNode>;
Expand description

Type for optional AST node.