GenI-0.25.0.1: A natural language generator (specifically, an FB-LTAG surface realiser)

Safe HaskellSafe
LanguageHaskell2010

BoolExp

Documentation

data BoolExp a Source #

Constructors

Cond a 
And (BoolExp a) (BoolExp a) 
Or (BoolExp a) (BoolExp a) 
Not (BoolExp a) 

check :: (a -> Bool) -> BoolExp a -> Bool Source #