You can search for identifiers within the package.
in-package search v0.2.0
why3find
why3find.utils
Why3findUtils.Rpc
Base protocol for LSP and DAP
type channel
type transport =
| PIPE of string
| PORT of int
val establish : transport -> channel
Create connection
val yield : channel -> unit
Send and Receives buffered bytes
val flush : channel -> unit
Send all remaining bytes
val pull : channel -> string option
Decode one incomming message, if any
val push : channel -> string -> unit
Encode one message to outcome
val processing : channel -> bool
Has buffered bytes