oalg-base-1.1.4.0: Algebraic structures on oriented entities and limits as a tool kit to solve algebraic problems.
Copyright(c) Erich Gut
LicenseBSD3
Maintainerzerich.gut@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

OAlg.Data.Maybe

Description

Maybe.

Synopsis

Documentation

module Data.Maybe

just :: (a -> Bool) -> a -> Maybe a Source #

just p a == Just a if and only if p a.

exstJust :: [Maybe v] -> Maybe [v] Source #

gets all the Justs - if there are any.