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/Atom/index.html

Module Libelectrod.AtomSource

Atoms (= urelements).

Sourcetype t

Type of atoms.

Sourceval atom : ?loc:Location.t -> string -> t

atom ~loc:loc s creates an atom with name s and optional location loc.

Sourceval of_raw_ident : Raw_ident.t -> t

creates an atom out of a raw_ident.

Sourceval pp_list : t list CCFormat.printer

Prints a list of atoms as a bound.

Sourceval hash : t -> int
include Intf.Print.S with type t := t
Sourceval pp : t Fmtc.t
Sourceval to_string : t -> string
include Intf.COMPARE with type t := t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.