utility-ht-0.0.1: Various small helper functions for Lists, Maybes, Tuples, Functions

Data.Maybe.HT

Synopsis

Documentation

toMaybe :: Bool -> a -> Maybe aSource

Returns Just if the precondition is fulfilled.