cflp-2009.2.1: Constraint Functional-Logic Programming in HaskellSource codeContentsIndex
CFLP.Types.Bool
Documentation
true :: Monad m => Nondet c m BoolSource
false :: Monad m => Nondet c m BoolSource
pTrue :: (Context c -> Nondet c m a) -> Match Bool c m aSource
pFalse :: (Context c -> Nondet c m a) -> Match Bool c m aSource
not :: CFLP s => Data s Bool -> Context (Ctx s) -> Data s BoolSource
(===) :: CFLP s => Data s a -> Data s a -> Context (Ctx s) -> Data s BoolSource
Produced by Haddock version 2.4.2