package electrod

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

Install

Dune Dependency

Authors

Maintainers

Sources

electrod-0.7.1.tbz
sha256=e5d2278c99128621110cd015dafcbcae9792bbf2c8bb09d7b02c57d50fa28075
sha512=e08ecf720d35b6ee72f37d780cc3da22f61e22314ffd093ff3314fb89684b863b5c96c97375d48bcb4ba2838ec8f61a495105c989f292c5dbcd095e14f52bdba

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.