package electrod
Formal analysis for the Electrod formal pivot language
Install
Dune Dependency
Authors
Maintainers
Sources
electrod-0.3.2.tbz
sha256=c58502de17f5b8d739963b5b5d7c761883305bc2b6464fc37769aae4bb31a28c
sha512=bc15032cbda06b0eb64d55cc7800d6c992c0823bb86609ddc5e56744fd0c76ea25b4f4ad7cafdee6fcaa2f109e48ca99f4270919f9a2ea4c7bf53f30b0ee3677
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