Idris2/tests/idris2/reg027/pwhere.idr
2020-06-29 13:27:00 +01:00

14 lines
192 B
Idris

module Main
import Data.So
total
lem1 : So x -> So (not x) -> Void
lem1 Oh Oh impossible
foo : Nat -> Int
foo z = 94
where
lem2 : So x -> So (not x) -> Void
lem2 Oh Oh impossible