papa-0.4.0: src/Papa/Base/Control/Category.hs
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Base.Control.Category (
Category (id, (.)),
) where
import Control.Category (
Category (id, (.)),
)
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Base.Control.Category (
Category (id, (.)),
) where
import Control.Category (
Category (id, (.)),
)