| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Test.IOTasks.Z3
Documentation
evalPathScript :: Timeout -> Path -> Integer -> Int -> Bool -> IO (SatResult [String], String) Source #
satPaths :: Int -> Int -> ConstraintTree -> Int -> Bool -> IO [SimplePath] Source #
satPathsQ :: TVar (Maybe Int) -> Int -> ConstraintTree -> Int -> Int -> Bool -> TQueue (Maybe SimplePath) -> IO () Source #
newtype PathInjector Source #
Constructors
| PathInjector | |
Fields
| |
mkPathInjector :: SimplePath -> Timeout -> Int -> Bool -> IO PathInjector Source #