papa-0.4.0: src/Papa/Free.hs
{-# OPTIONS_GHC -Wall #-}
{-# LANGUAGE NoImplicitPrelude #-}
-- | This module cannot re-export all submodules due to name conflicts.
-- Import the specific Free types qualified instead:
--
-- > import qualified Papa.Free.Control.Monad.Free as Free
-- > import qualified Papa.Free.Control.Applicative.Free as FreeAp
-- > import qualified Papa.Free.Control.Comonad.Cofree as Cofree
--
module Papa.Free () where
-- Intentionally empty due to name conflicts (Pure constructor in both Free and FreeAp)