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