Raw File
code { MEM } ;
input { Stack_elt string "foo" ; Stack_elt (map string nat) { Elt "bar" 4 ; Elt "foo" 11 } } ;
output { Stack_elt bool True }
back to top