package coq
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=583471c8ed4f227cb374ee8a13a769c46579313d407db67a82d202ee48300e4b
doc/coqide-server.core/Document/index.html
Module Document
Source
cut_at d id
cuts the document at id
that is the new tip. Returns the list of sentences that were cut.
returns the id of the topmost sentence validating the predicate and a boolean that is true if one needs to unfocus the document to access such sentence.
look for a sentence validating the predicate. The boolean is true if the sentence is in the zone currently focused.
After focus s c1 c2
the top of s
is the topmost element x
such that c1 x
is true
and the bottom is the first element y
following x
such that c2 y
is true
.
returns the 1 to-last sentence, and true if we need to unfocus to reach it.
Folds over the whole document starting from the topmost (maybe unfocused) sentence.
Returns (top,bot) such that the document is morally (top @ s @ bot) where s is the focused part.
Callbacks on documents