X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FExts.hs;h=be3fe537c019c5ee1b8195693d855a4a19c44043;hb=6b1a36a595eddf1e124529646afdb75c76a9966d;hp=651396a686bd7a6d11ec61fd938e76349cf62a5c;hpb=7e4ef8ae119b06c87f209cee4b63b45e97ca1ff1;p=haskell-directory.git diff --git a/GHC/Exts.hs b/GHC/Exts.hs index 651396a..be3fe53 100644 --- a/GHC/Exts.hs +++ b/GHC/Exts.hs @@ -25,11 +25,11 @@ module GHC.Exts -- * Fusion build, augment, - -- * Linear implicit parameter support - Splittable(..), + -- * Overloaded string literals + IsString(..), -- * Debugging - breakpoint, + breakpoint, breakpointCond, -- * Ids with special behaviour lazy, inline, @@ -44,6 +44,5 @@ import GHC.Word import GHC.Num import GHC.Float import GHC.Ptr +import Data.String -class Splittable t where - split :: t -> (t,t)