From dc45583380f89ac23601aa9dc403956a82735bed Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft" Date: Wed, 21 Feb 2007 10:43:29 +0000 Subject: [PATCH] Remove Splittable class (a vestige of linear implicit parameters) --- GHC/Exts.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/GHC/Exts.hs b/GHC/Exts.hs index 61c23e7..5205456 100644 --- a/GHC/Exts.hs +++ b/GHC/Exts.hs @@ -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) -- 1.7.10.4