1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-08 04:40:54 +01:00
luau/prototyping/Properties/Contradiction.agda
2022-02-18 16:47:04 -06:00

9 lines
157 B
Agda

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