summaryrefslogtreecommitdiff
path: root/autochomp/tests/compare/ratata.nb
blob: 2cf7cd906c3388028a97dcfaa1a5ab40771fe38f (plain)
1
2
3
let opt(x) = _ | x;
let plus(x) = [rec](x . opt(rec));
match plus(("r" | "t") . "a");