Data.Possibly
type Possibly a = Either String a Source #
For contexts where the Left type is a String diagnostic.
Left
String