-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | type Possibly a = Either String a
--
-- A surprisingly useful type synonym for Either in which the Left
-- diagnostic is a String, i.e, type Possibly a = Either String
-- a
@package possibly
@version 1.0.0.0
module Data.Possibly
-- | For contexts where the Left type is a String
-- diagnostic.
type Possibly a = Either String a