luau/prototyping/Properties/Contradiction.agda

10 lines
157 B
Agda

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