Changeset 8699 for src/Pugs/Monads.hs

Show
Ignore:
Timestamp:
01/16/06 13:08:43 (3 years ago)
Author:
audreyt
Message:

* DrIFT.YAML: Do not die when the Typeable instance is undefined.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Monads.hs

    r8207 r8699  
    224224        if typ >= SubBlock 
    225225            then do 
    226                 doFix <- fixEnv undefined env 
     226                doFix <- fixEnv return env 
    227227                local doFix action 
    228228            else resetT $ callCC $ \cc -> do