base-4.11.0.0: GHC/Base.hs-boot
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Base where
import GHC.Types ()
class Semigroup a
class Monoid a
data Maybe a = Nothing | Just a
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Base where
import GHC.Types ()
class Semigroup a
class Monoid a
data Maybe a = Nothing | Just a