Skip to content

Commit

Permalink
care of quote true
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-mattei committed Nov 27, 2024
1 parent d91683d commit c249f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRFI-105-curly-infix.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
;; globals variables that can be modified by coder
(define srfi-strict #f) ; enable strict compatibility with SRFI 105

(define care-of-quote #f) ; keep quoting expression (no $nfx$ will be inserted),
(define care-of-quote #t) ; keep quoting expression (no $nfx$ will be inserted),
;; usefull to use symbolic expressions
;; (but makes debugging harder because quoted expression to debug will not be the same as executed)

Expand Down

0 comments on commit c249f82

Please sign in to comment.