luau/prototyping/Properties/Contradiction.agda
2022-02-18 16:47:04 -06:00

10 lines
157 B
Agda

module Properties.Contradiction where
data : Set where
¬ : Set Set
¬ A = A
CONTRADICTION : {A : Set} A
CONTRADICTION ()