mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 08:42:11 +03:00
5 lines
66 B
Idris
5 lines
66 B
Idris
|
foo : List Char -> ()
|
||
|
foo cs = case cs of
|
||
|
"bar" => ()
|
||
|
_ => ()
|