Changeset 2319 for src/Pugs/External.hs

Show
Ignore:
Timestamp:
04/25/05 10:42:44 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
3850
Message:

* Withdraw the tentative change of using trailing comma as

disambiguator against collapsing closures into hashes;
instead we now rely on the "single expressionness".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/External.hs

    r2300 r2319  
    1616 
    1717externalize :: String -> Exp -> IO String 
    18 externalize mod (Statements stmts) = externExternalize backend mod code 
     18externalize mod (Stmts stmts) = externExternalize backend mod code 
    1919    where 
    2020    (backend, code)