X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=GHC%2FBool.hs;fp=GHC%2FBool.hs;h=0000000000000000000000000000000000000000;hb=49d560213f818de8ed7713ed9c3bf2ed210b076a;hp=f826ae7a818b9f723356b4dd44a992b147326356;hpb=47b0aefd1330d5fcb1e81bf613223e3482d7bbc7;p=ghc-prim.git diff --git a/GHC/Bool.hs b/GHC/Bool.hs deleted file mode 100644 index f826ae7..0000000 --- a/GHC/Bool.hs +++ /dev/null @@ -1,11 +0,0 @@ - -{-# OPTIONS_GHC -XNoImplicitPrelude #-} - -module GHC.Bool (Bool(..)) where - --- We need Inl etc behind the scenes for the Bool definition -import GHC.Generics () - -default () - -data Bool = False | True