package coq
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3
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