package electrod
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Formal analysis for the Electrod formal pivot language
Install
dune-project
Dependency
Authors
Maintainers
Sources
electrod-0.6.2.tbz
sha256=83716b3ec066cbdd807354cec436d93c47f6987e60383094918cc3642107df2b
sha512=469f3c68dd44a95ce89a6b80d73e9938e36342cd99afb7cd77b4612e597f02e03c50bcd99ba33eb4fd21d6836796c04eacb6bf0da415f03f622f5b0a9969c1f9
doc/electrod.libelectrod/Libelectrod/Scope/index.html
Module Libelectrod.ScopeSource
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(*
*)intis the domain arity (inv: >= 0);inf= empty| Total_function of int * Tuple_set.t(*
*)intis 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