Idris2/tests/idris2/error/error019/Error.idr
2023-09-07 14:57:22 +01:00

6 lines
92 B
Idris

some : Bool -> Bool
some True = True
some False = True
some False = True
some False = False