guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't define in (if...) after (use-syntax (ice-9 syncase)) ?


From: Cedric Cellier
Subject: Can't define in (if...) after (use-syntax (ice-9 syncase)) ?
Date: Fri, 27 Aug 2010 14:49:17 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

guile> (use-syntax (ice-9 syncase))
guile> (if #t (define foo "bar"))
ERROR: invalid context for definition of foo
ABORT: (misc-error)
guile> (version)
$1 = "1.8.7"

apparently syncase module is altering the if or define behavior somehow ?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]