Changeset 3538 for src/Pugs/Embed.hs

Show
Ignore:
Timestamp:
05/20/05 23:49:16 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
5107
Message:

More signatures. If I could fiture out a signature for mainCC in
src/Pugs/Compile/Haskell.hs that doesn't make the compiler croak, we could
turn off the option to not warn (and thus error, since we -Werror) on
missing signatures.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Embed.hs

    r3372 r3538  
    2525evalEmbedded "Parrot"  code = do 
    2626    evalParrot code 
    27 evalEmbedded "Haskell" code = do 
     27{- evalEmbedded "Haskell" code = do 
    2828    evalHaskell code 
    29     return () 
     29    return () -} 
    3030evalEmbedded "Perl5" code = do 
    3131    interp <- initPerl5 ""