[project @ 2005-02-02 14:54:18 by ross]
authorross <unknown>
Wed, 2 Feb 2005 14:54:19 +0000 (14:54 +0000)
committerross <unknown>
Wed, 2 Feb 2005 14:54:19 +0000 (14:54 +0000)
commit6d89a2fe861274e66e6fa0a5cdd48b1161b33b75
tree4d5b38d41dc95ed8d16fe8471ff2917bfb8c83d9
parent9185a42d2848131d1272e79cf1e04430fb96b6d0
[project @ 2005-02-02 14:54:18 by ross]
an instance for FunPtr, and minor Hugs fixes:

* for Hugs only, move the instances for ST, STRef and STArray back.
  Having them in Data.Typeable, which is imported by Data.Dynamic,
  would mean that every invocation of runhugs or ffihugs would need
  the -98 option.

* Hugs also has MVar and the exception types.

and NHC has ForeignPtr too.
Control/Monad/ST.hs
Data/Array/Base.hs
Data/STRef.hs
Data/Typeable.hs