possibly-1.0.0.0: type Possibly a = Either String a
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Possibly

Synopsis

Documentation

type Possibly a = Either String a Source #

For contexts where the Left type is a String diagnostic.