jukebox-0.1.3: A first-order reasoning toolbox

Safe HaskellNone
LanguageHaskell98

Jukebox.Sat3

Documentation

data Lit3 Source

Constructors

Lit3 

Fields

isFalse :: Lit
 
isTrue :: Lit
 

value3 :: SatSolver s => s -> Lit3 -> IO (Maybe Bool) Source

val3 :: (Lit -> IO (Maybe Bool)) -> Lit3 -> IO (Maybe Bool) Source