1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2024-12-25 12:42:02 +03:00
Idris2/tests/idris2/error017/Issue962.idr
2021-04-16 18:12:40 +01:00

5 lines
66 B
Idris

foo : List Char -> ()
foo cs = case cs of
"bar" => ()
_ => ()