cyclone/scheme
Justin Ethier 84d9d114dc Fix for beta expand of functions called once
The problem is an if expression within one of these functions may cause the same continuation to be expanded twice, introducing duplicate lambda defintions and identifiers. For now we are not going to beta expand such functions during the contraction phase.
2019-01-10 12:52:03 -05:00
..
cyclone Fix for beta expand of functions called once 2019-01-10 12:52:03 -05:00
base.sld New version of (list?) 2018-12-12 13:43:47 -05:00
case-lambda.sld Added header comment block. 2016-02-14 22:35:04 -05:00
char.sld Use fast version of member 2016-10-15 18:19:18 -04:00
complex.sld Build-out make-rectangular 2018-05-10 13:24:24 -04:00
cxr.sld Add expected definitions 2016-07-29 03:12:44 -04:00
eval.sld Remove dead code 2018-02-15 17:42:11 -05:00
file.sld Added header comment block. 2016-02-14 22:35:04 -05:00
inexact.sld Complex number support 2018-05-14 14:20:24 -04:00
lazy.sld Added header comment block. 2016-02-14 22:35:04 -05:00
load.sld Added header comment block. 2016-02-14 22:35:04 -05:00
process-context.sld UTF8 support 2017-11-06 16:00:11 +00:00
read.sld Remove debug code 2018-08-06 21:28:17 -04:00
repl.sld Added (repl) 2018-04-30 20:21:29 -04:00
time.sld Clean up comments 2018-06-13 17:46:00 -04:00
write.sld Added aliases for missing write functions 2016-09-27 18:01:40 -04:00