hsdev-0.3.1.3: Haskell development library
Data.Maybe.JustIf
Synopsis
justIf :: a -> Bool -> Maybe a Source #
Return Just if True
Just