cognimeta-utils-0.1.2: Utilities for Cognimeta products (such as perdure). API may change often.

Safe HaskellSafe-Inferred

Cgm.Data.Maybe

Description

 

Documentation

module Data.Maybe

ifJust :: Bool -> a -> Maybe aSource

justIf :: a -> Bool -> Maybe aSource

predJust :: (a -> Bool) -> a -> Maybe aSource