Changeset 12822 for src/Pugs/Run

Show
Ignore:
Timestamp:
08/28/06 23:17:44 (2 years ago)
Author:
audreyt
Message:

* more tweaks to make vanilla and activeperl happy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Run/Perl5.hs

    r12324 r12822  
    7777            _                   -> Val sub 
    7878    val <- runEvalIO env $ 
    79         evalExp (Ann (Cxt (cxtEnum cxt)) $ App subExp (fmap Val inv) (map Val args)) 
     79        evalExp (Ann (Cxt (cxtEnum cxt)) $ 
     80            App subExp (fmap Val inv) (map Val args)) 
    8081    newSVval val 
    8182