Group: comp.lang.functional · Group Profile · Search for Outermost in comp.lang.functional
Author: Torben Ægidius Mogensen
Date: Jun 5, 2008 01:09
... implementations do that. So do many implementations of SML: The module system can be compiled away at source level, pattern matching can be simplified to nested case-expressions that only look at outermost constructors, tuples (pairs etc.) can be made into records, function definitions can be made into lets or letrecs, non-recursive lets can be made to bind only one value each, nested ...
|