package electrod

  1. Overview
  2. Docs
Formal analysis for the Electrod formal pivot language

Install

Dune Dependency

Authors

Maintainers

Sources

electrod-0.4.1.tbz
sha256=b0bce9cc7126672feda5a02d5ef0c1131ba54db57654f80c0768c2f8d043cef9
sha512=92cc22f81522435e190039324767b6f69fa0b7d9dbfc3fb5561919823136fe492244dae993caf98633828e0090b67f306eec6270b86a1b2ff8630642130a3081

doc/electrod.libelectrod/Libelectrod/Var/index.html

Module Libelectrod.VarSource

Provides fresh identifiers for variables (in formulas) at every stage.

Sourcetype t

type of an identifier: essentially a base string and a globally unique number

Sourceval fresh : ?sep:string -> ?loc:Location.t -> string -> t

Creates a fresh identifier (loc is the location of the originating identifier, if there is one).

Sourceval fresh_copy : t -> t
Sourceval fresh_of_raw_ident : ?sep:string -> Raw_ident.t -> t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval style : Fmt.style
include Intf.Print.S with type t := t
Sourceval pp : t Fmtc.t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.