packages feed

himari-1.0.0.2: src/Himari/Prelude/Category.hs

-- | "Control.Category" re-exports, hiding symbols that conflict with "Prelude".
module Himari.Prelude.Category
  ( module Export
  ) where

import Control.Category as Export hiding (id, (.))