package smtml

  1. Overview
  2. Docs
include module type of struct include Mappings_intf end
type satisfiability = [
  1. | `Sat
  2. | `Unsat
  3. | `Unknown
]
module type M = Mappings_intf.M
module type S = Mappings_intf.S
module Make (M : Mappings_intf.M) : sig ... end
module Make' (M : Mappings_intf.M) : S
OCaml

Innovation. Community. Security.