Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Fleche.DocSourcetype node = {ast : Coq.Ast.t;Ast of node
*)state : Coq.State.t;(Full) State of node
*)memo_info : string;}type t = private {uri : string;version : int;contents : string;root : Coq.State.t;nodes : node list;diags : Types.Diagnostic.t list;completed : Completion.t;}val create :
state:(Coq.State.t * Loadpath.vo_path list * string list * _) ->
uri:string ->
version:int ->
contents:string ->
t