We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ff9fa commit 47a3327Copy full SHA for 47a3327
1 file changed
ziggy/src/ast.rkt
@@ -55,7 +55,7 @@
55
{:> H1} ;; | 'vector? | vector-length
56
{:> H1} ;; | 'string? | string-length
57
{:> F} ;; type Op2 = '+ | '- | '< | '=
58
-{:> H0} ;; | eq? | 'cons
+{:> H0} ;; | 'eq? | 'cons
59
{:> H1} ;; | 'make-vector | 'vector-ref
60
{:> H1} ;; | 'make-string | 'string-ref
61
{:> H1} ;; type Op3 = 'vector-set!
0 commit comments