Types.DocumentSymbolSourcetype t = {children : t list option;deprecated : bool option;detail : string option;kind : SymbolKind.t;name : string;range : Range.t;selectionRange : Range.t;}val create :
?children:t list ->
?deprecated:bool ->
?detail:string ->
kind:SymbolKind.t ->
name:string ->
range:Range.t ->
selectionRange:Range.t ->
?tags:SymbolTag.t list ->
unit ->
t