Idris2/tests/idris2/casetree/casetree004/PiMatch.idr
2023-09-07 14:57:22 +01:00

4 lines
74 B
Idris

idMatch : Type -> Bool
idMatch ((x : Type) -> x) = True
idMatch _ = False