Remove Splittable class (a vestige of linear implicit parameters)
authorsimonpj@microsoft <unknown>
Wed, 21 Feb 2007 10:43:29 +0000 (10:43 +0000)
committersimonpj@microsoft <unknown>
Wed, 21 Feb 2007 10:43:29 +0000 (10:43 +0000)
GHC/Exts.hs

index 61c23e7..5205456 100644 (file)
@@ -25,9 +25,6 @@ module GHC.Exts
        -- * Fusion
        build, augment,
 
-       -- * Linear implicit parameter support
-       Splittable(..),
-
        -- * Overloaded string literals
        IsString(..),
 
@@ -48,5 +45,3 @@ import GHC.Num
 import GHC.Float
 import GHC.Ptr
 
-class Splittable t where
-  split :: t -> (t,t)