satchmo-2.6.0: SAT encoding monad

Safe HaskellNone
LanguageHaskell98

Satchmo.SMT.Exotic.Natural

Documentation

data Encoding Source

Constructors

Unary 
Binary 

Instances

data Extension Source

Constructors

Fixed 
Flexible 

Instances

foldM1 :: Monad m => (b -> b -> m b) -> [b] -> m b Source