{-# LANGUAGE NoImplicitPrelude #-} module Precursor.Control.Bifunctor ( Bifunctor , bimap , first , second ) where import Data.Bifunctor