summaryrefslogtreecommitdiff
path: root/tests/full/nibble/ratata.nb
blob: feeccca79a63569b745f5a403fa269fb45b9225f (plain)
1
2
3
let opt x = _ | x;
let plus x = !(/rec/ x . opt rec);
match plus (("r" | "t") . "a");