luau/prototyping/Properties/Dec.agda
2022-02-08 18:34:41 -06:00

8 lines
131 B
Agda

module Properties.Dec where
data : Set where
data Dec(A : Set) : Set where
yes : A Dec A
no : (A ) Dec A