sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
find_def d n
finds the representative of the equivalence class of n
val get_dom : _ t -> 'a Dom.Kind.t -> Node.t -> 'a option
get_dom d dom n
returns the domain dom
of the node n
if it is set
val get_env : _ t -> 'a Env.Saved.t -> 'a
Can raise UninitializedEnv
val set_env : _ t -> 'a Env.Saved.t -> 'a -> unit
val get_unsaved_env : _ t -> 'a Env.Unsaved.t -> 'a
val context : _ t -> Colibri2_stdlib.Context.creator
val set_dom : rw t -> 'a Dom.Kind.t -> Node.t -> 'a -> unit
Immediate modifications
change the dom of the equivalence class
val unset_dom : rw t -> 'a Dom.Kind.t -> Node.t -> unit
remove the dom of the equivalence class
Delayed modifications
attach a theory term to an equivalence class
merge n1 n2
Asks to merge the equivalence class of n1
and n2
val contradiction : _ t -> 'a
raises Contradiction