Skip to content

Commit 47a3327

Browse files
committed
Minor typo in AST defn.
1 parent 59ff9fa commit 47a3327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ziggy/src/ast.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
{:> H1} ;; | 'vector? | vector-length
5656
{:> H1} ;; | 'string? | string-length
5757
{:> F} ;; type Op2 = '+ | '- | '< | '=
58-
{:> H0} ;; | eq? | 'cons
58+
{:> H0} ;; | 'eq? | 'cons
5959
{:> H1} ;; | 'make-vector | 'vector-ref
6060
{:> H1} ;; | 'make-string | 'string-ref
6161
{:> H1} ;; type Op3 = 'vector-set!

0 commit comments

Comments
 (0)