We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c6d69 commit 74b36f4Copy full SHA for 74b36f4
1 file changed
ziggy/src/ast.rkt
@@ -4,7 +4,6 @@
4
{:> C D0} IfZero {:> D0} If {:> E0} Eof {:> E0} Begin {:> F} Let
5
{:> F} Var {:> H0} Empty {:> I} Prog {:> I} Defn {:> I} App
6
{:> K} Match {:> K} Box {:> K} Cons {:> K} Conj {:> L} Lam)
7
-;;
8
9
{:> I} ;; type Prog = (Prog (Listof Defn) Expr)
10
{:> I} (struct Prog (ds e) #:prefab)
0 commit comments