Idris2/tests/idris2/error017/Issue962.idr

5 lines
66 B
Idris
Raw Normal View History

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