Skip to content

Commit

Permalink
Use negative addresses for labelled bullets.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Van Horn committed Sep 12, 2014
1 parent 0650a13 commit b4f4111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scpcf/heap/semantics.rkt
Expand Up @@ -11,7 +11,7 @@

(define-metafunction/extension alloc SCPCFΣ
scalloc : any_MΣ -> any_A
[(scalloc ((• L T C ...) any_Σ)) L])
[(scalloc ((• L T C ...) any_Σ)) ,(- (term L))])


(define -->scv&
Expand Down

0 comments on commit b4f4111

Please sign in to comment.