Changeset 8699 for src/Emit/PIR.hs-drift

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/Emit/PIR.hs-drift

    r8693 r8699  
    968968    asYAML = asYAML . render 
    969969instance Typeable Doc where 
    970     typeOf = undefined 
     970    typeOf _ = typeOf () 
    971971 
    972972------------------------------------------------------------------------