packages feed

himari-1.0.2.0: src/Himari/Prelude/Arrow.hs

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

import Control.Arrow as Export hiding (first, second)