tree-sitters/agda/examples/example.txt

9 lines
194 B
Plaintext
Raw Normal View History

record RawMonoid c : Set (suc (c ⊔ )) where
infixl 7 _∙_
infix 4 _≈_
field
Carrier : Set c
_≈_ : Rel Carrier
_b_ : Op Carrier
a : Carrier