Skip to content

Commit

Permalink
Typo FFS
Browse files Browse the repository at this point in the history
  • Loading branch information
drewc committed Dec 9, 2024
1 parent f1723ee commit e46fc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gerbil/core/expander.ss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ package: gerbil/core
current-expander-path
current-expander-phi
current-expander-compiling?
current-compilation-target?
current-compilation-target
current-module-reader-path
current-module-reader-args
local-context? top-context? module-context? prelude-context?
Expand Down
2 changes: 1 addition & 1 deletion src/gerbil/core/sugar.ss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ package: gerbil/core
(syntax->list #'(detail ...))))))

(defrules compilation-target? ()
((_ sym) (eq? (gx#current-compilation-target) 'sym))))
((_ sym) (eq? (current-compilation-target) 'sym))))

(module Sugar-2
(import Sugar-1 (phi: +1 Sugar-1))
Expand Down

0 comments on commit e46fc92

Please sign in to comment.