We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b0e6a commit ff1364dCopy full SHA for ff1364d
examples.agda
@@ -0,0 +1,15 @@
1
+-- The following file contains various examples of highlighting.
2
+-- It does not necessarily typecheck (but it should parse)
3
+
4
+a : A → Set
5
+a b : A → Set
6
+postulate a : A → Set
7
+abstract a b : A → Set
8
+abstracta : A → Set
9
+postulate abstract a : A → Set
10
+private
11
+ a b : A → Set
12
+ abstract a : A → Set
13
+pattern-a : A → Set
14
+abstractSet : Set
15
+x-rewrite : abstractSet
0 commit comments