{-# LANGUAGE NoImplicitPrelude #-} module Precursor.Data.Either ( Either(..) , lefts , rights , partitionEithers ) where import Data.Either