package electrod

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

Install

Dune Dependency

Authors

Maintainers

Sources

electrod-0.6.2.tbz
sha256=83716b3ec066cbdd807354cec436d93c47f6987e60383094918cc3642107df2b
sha512=469f3c68dd44a95ce89a6b80d73e9938e36342cd99afb7cd77b4612e597f02e03c50bcd99ba33eb4fd21d6836796c04eacb6bf0da415f03f622f5b0a9969c1f9

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.