Property.LTL
val sexp_of_path : path -> Sexplib0.Sexp.t
val vdd : path
True
val gnd : path
False
val p : atomic_proposition -> path
Proposition
val to_string : ?name:( atomic_proposition -> string ) -> path -> string
Convert property to a string
val atomic_propositions : path -> atomic_proposition list
Find all atomic propositions in the formula
val map_atomic_propositions :
path ->
f:( atomic_proposition -> atomic_proposition ) ->
path
Apply f
to all atomic propositions in the formula
val depth : path -> int
Maximum nested depth of formula