agda-unused-0.2.0: data/declaration/RecordDef.agda
module RecordDef where
data ⊤
: Set
where
tt
: ⊤
data ⊤'
(x : ⊤)
: Set
where
tt
: ⊤' x
record R
{y : ⊤}
(y' : ⊤' y)
: Set
record R {z} _ where
postulate
r
: R tt