package hardcaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Hardcaml.Property_managerSource

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : Base.unit -> t

Add a named LTL property

Disables adding new properties, and returns a map of the LTL properties added. Calling it again will return the map again

Sourceval atomic_propositions : t -> Signal.t Base.list

Finalizes the Property_manager if not already finalized, and return a list of all Signal.t used as atomic propositions. This list will not contain duplicates

OCaml

Innovation. Community. Security.