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 = sig ... end
module type Intf = sig ... end
OCaml

Innovation. Community. Security.