Skip to content

Commit 5de5b06

Browse files
committed
Fix import for hustle semantics
1 parent 33e069a commit 5de5b06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/notes/hustle.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
@(require redex/pict
55
racket/runtime-path
66
scribble/examples
7-
(except-in "../../langs/fraud/semantics.rkt" ext lookup)
8-
(prefix-in sem: (only-in "../../langs/fraud/semantics.rkt" ext lookup))
7+
(except-in "../../langs/hustle/semantics.rkt" ext lookup)
8+
(prefix-in sem: (only-in "../../langs/hustle/semantics.rkt" ext lookup))
99
"utils.rkt"
1010
"ev.rkt"
1111
"../utils.rkt")

0 commit comments

Comments
 (0)