package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Loc = Dolmen.Std.Loc
val custom_sorts : (string, Ty.t) Smtml_prelude.Hashtbl.t
val pp_loc : Stdlib.Format.formatter -> Loc.t option -> unit
module Term : sig ... end
module Statement : sig ... end
module Extension : sig ... end
include sig ... end
type statement = Statement.t
module Lexer : sig ... end
module Parser : sig ... end
val find : ?dir:string -> string -> string option
val parse_all : [ `Contents of string * string | `File of string | `Stdin ] -> Loc.file * statement list Stdlib.Lazy.t
val parse_input : [ `Contents of string * string | `File of string | `Stdin ] -> Loc.file * (unit -> statement option) * (unit -> unit)
OCaml

Innovation. Community. Security.