base-compat-0.15.0: src/Data/Bool/Compat.hs
{-# LANGUAGE NoImplicitPrelude #-}
module Data.Bool.Compat (
module Base
, bool
) where
import Data.Bool as Base
{-# LANGUAGE NoImplicitPrelude #-}
module Data.Bool.Compat (
module Base
, bool
) where
import Data.Bool as Base