package electrod
Formal analysis for the Electrod formal pivot language
Install
Dune Dependency
Authors
Maintainers
Sources
electrod-0.2.3.tbz
sha256=7371c45e28b84a1955d117ef2c798d545febb87c74f596b6efe24965e4b28f31
sha512=e579db68ac05e30b0985f7d90080a82697de18c12e818d48bd7029cea8844571423f08d5881accbf8a0cbeb7df7de9b5b95ff5fe813330a6c92448a0901cdfe7
doc/electrod.libelectrod/Libelectrod/Scope/index.html
Module Libelectrod.Scope
Source
Relation scopes.
Source
type relation = private
| Plain_relation of Tuple_set.t * Tuple_set.t
(*inv: inf in sup
*)| Partial_function of int * Tuple_set.t
(*
*)int
is the domain arity (inv: >= 0);inf
= empty| Total_function of int * Tuple_set.t
(*
*)int
is the domain arity (inv: >= 0);inf
= empty
Source
type t = private
| Exact of Tuple_set.t
(*means: lower bound = upper bound
*)| Inexact of relation
Constructors
included_in ts scope
tells whether ts
is in the scope (meaning it also contains the lower bound of the scope if the latter is inexact.)
Return the inf and sup bounds of the scope.
Return the must and may (= sup - inf; computation is cached) bounds of the scope.
0 if the arity cannot be inferred (= is unknown), n > 0
otherwise.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page