Skip to content

Commit

Permalink
Fix #58
Browse files Browse the repository at this point in the history
  • Loading branch information
jarcane committed Aug 9, 2019
1 parent 67561ae commit 2800a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hole.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
; Expects a Thing stored in hol, and resets the value in the thing field defined by sym to val
(def macro reset-thing (hol (field val) ...)
(update hol (fn (t)
(thing extends t (field val) ...))))
(t `((field ,val) ...)))))

; (hole-bind *hol* *fn*)
; Hole Fn -> Hole
Expand Down

0 comments on commit 2800a28

Please sign in to comment.