luau/prototyping/Properties/Dec.agda

9 lines
131 B
Agda
Raw Normal View History

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