We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c837f commit 50ef6b1Copy full SHA for 50ef6b1
1 file changed
www/notes/iniquity/interp.rkt
@@ -5,6 +5,8 @@
5
;; | `(begin ,@(Listof Defn) ,Expr)
6
;; | Expr
7
8
+;; type Defn = `(define (,Variable ,@(Listof Variable)) ,Expr)
9
+
10
;; Prog -> Answer
11
(define (interp p)
12
(match p
0 commit comments