Smtml.ParseSMT Script Parsing Module. This module provides functionality for parsing Smt.ml and SMT-LIB scripts from files or strings. It supports both custom Smt.ml syntax and the standard SMT-LIB format.
module Smtml : sig ... endmodule Smtlib : sig ... endval from_file : Fpath.t -> Ast.Script.tfrom_file file attempts to parse an SMT-ML (.smtml) or SMT-LIB (.smt2) script based on the file extension of file.