package electrod

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

Install

Dune Dependency

Authors

Maintainers

Sources

electrod-0.9.0.tbz
sha256=b2263601350f2ffe3cb1671d8bdd256729986b248c1ec39e84ec76a2f2b8408c
sha512=f4c0e7a196c7a14fff51e7f0cc6f91ed8b3df965523d878ab507320f9771ec69efddb31252ff9763ed2f92bc8c369cea73ca20edebbc3c9ff327fe500f33bdf0

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

Module Libelectrod.Raw_identSource

Identifiers in "raw" ASTs.

Sourcetype t = {
  1. ident : string;
  2. loc : Location.t;
}

Any form of identifier for constants (atoms, relations) in the source code.

Constructor

Sourceval ident : string -> Lexing.position -> Lexing.position -> t

Accessors

Sourceval basename : t -> string
Sourceval location : t -> Location.t
Sourceval eq_name : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.