base-compat-0.15.0: src/Data/Foldable1/Compat.hs
{-# LANGUAGE CPP, NoImplicitPrelude #-}
module Data.Foldable1.Compat (
#if MIN_VERSION_base(4,18,0)
module Base
#endif
) where
#if MIN_VERSION_base(4,18,0)
import Data.Foldable1 as Base
#endif
{-# LANGUAGE CPP, NoImplicitPrelude #-}
module Data.Foldable1.Compat (
#if MIN_VERSION_base(4,18,0)
module Base
#endif
) where
#if MIN_VERSION_base(4,18,0)
import Data.Foldable1 as Base
#endif