cryptol/tests/enum/CaseAmbiguousType.cry
2024-01-31 10:36:13 -08:00

8 lines
71 B
Plaintext

f e =
case e of
_ -> ()
g e =
case e : Integer of
_ -> ()