possibly-0.0.0.1: type Possibly a = Either String a

Safe HaskellSafe
LanguageHaskell2010

Data.Possibly

Synopsis

Documentation

type Possibly a = Either String a Source #

For contexts where the Left type is a String diagnostic.