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