Changeset 8699 for src/Pugs/Types

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/Types/Code.hs

    r4928 r8699  
    1717    code_store    = (liftSTM .) . writeTVar 
    1818    code_assuming c [] [] = code_fetch c 
    19     code_assuming _ _ _   = undefined 
     19    code_assuming _ _ _   = error "assuming" 
    2020    code_apply    = error "apply" 
    2121    code_assoc c  = code_assoc . unsafePerformSTM $ readTVar c