This module provides utilities for interacting with SMT solvers.
Author: Jan Tikovsky
Version: December 2017
delim
:: String
Delimiter (for SMT-LIB command responses) |
hGetUntil
:: Handle -> String -> IO String
Reads the contents from an input handle up to the given delimiter and leaves the handle open |
Delimiter (for SMT-LIB command responses)
|