Hydra.Lib.Logic
Description
Haskell implementations of hydraliblogic (logic and control flow) primitives
and :: Bool -> Bool -> Bool Source #
ifElse :: a -> a -> Bool -> a Source #
not :: Bool -> Bool Source #
or :: Bool -> Bool -> Bool Source #