Idris2/tests/idris2/error019/Error.idr
Fabián Heredia Montiel 30c178c815
[ feature ] Implement -Werror (WarningsAsErrors) (#1466)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-05-27 09:23:20 +01:00

6 lines
92 B
Idris

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