package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val pp : ?name:string -> ?logic:Logic.t -> ?status:[ `Sat | `Unsat | `Unknown ] -> term list Fmt.t

pp ?name ?logic ?status fmt ts pretty-prints the terms ts in SMT-LIB format using the formatter fmt. Optional parameters include name for the script name, logic for the logic, and status for the script status.

OCaml

Innovation. Community. Security.