package electrod
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=b2263601350f2ffe3cb1671d8bdd256729986b248c1ec39e84ec76a2f2b8408c
sha512=f4c0e7a196c7a14fff51e7f0cc6f91ed8b3df965523d878ab507320f9771ec69efddb31252ff9763ed2f92bc8c369cea73ca20edebbc3c9ff327fe500f33bdf0
doc/electrod.libelectrod/Libelectrod/Domain/index.html
Module Libelectrod.Domain
Source
The domain represents the set of relation declarations.
Virtually: a map between relation names and their definition as sets of tuples.
Adds an asociation to the domain. The name must not be in the domain already.
Accessors
May raise Not_found.
May rather return None.
Returns the set of atoms in univ, represented as a Tuple_set.t
Returns the map as an association list
Returns the "may" and "must" tuple sets associated to a relation name.
Returns the association list between relation names and their "must" set.
Returns the association list between relation names and their arity.
val rename :
(Atom.t, Atom.t) Containers.List.Assoc.t ->
(Name.t, Name.t) Containers.List.Assoc.t ->
t ->
t
Returns a new domain where atoms and relations have been renamed.
For every entry in inst
, update_domain_with_instance dom inst
replaces the corresponding relation in dom
with the exact scope given by inst
.