[project @ 2004-12-21 16:42:06 by ross]
authorross <unknown>
Tue, 21 Dec 2004 16:42:06 +0000 (16:42 +0000)
committerross <unknown>
Tue, 21 Dec 2004 16:42:06 +0000 (16:42 +0000)
commit3e23aaae1a1f07fd28f1092d0f79e13d66b72f09
tree225ec117c10979a3c67abda66596362ecea852b0
parentdcc348a1421cc0c5aa6c88eb0d32a1c6dbfa741e
[project @ 2004-12-21 16:42:06 by ross]
Hugs only: move the Typeable instance for ST back to Control.Monad.ST.

Having it in Data.Typeable, which is imported by Data.Dynamic, would mean
that every invocation of runhugs or ffihugs would need the -98 option.
Control/Monad/ST.hs
Data/Typeable.hs