Skip to content

Commit 74b36f4

Browse files
committed
Remove emtpy comment.
1 parent c2c6d69 commit 74b36f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ziggy/src/ast.rkt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{:> C D0} IfZero {:> D0} If {:> E0} Eof {:> E0} Begin {:> F} Let
55
{:> F} Var {:> H0} Empty {:> I} Prog {:> I} Defn {:> I} App
66
{:> K} Match {:> K} Box {:> K} Cons {:> K} Conj {:> L} Lam)
7-
;;
87

98
{:> I} ;; type Prog = (Prog (Listof Defn) Expr)
109
{:> I} (struct Prog (ds e) #:prefab)

0 commit comments

Comments
 (0)