Forester_testSourceval parse_string_no_loc :
string ->
(Forester_core.Code.t, Forester_core.Reporter.diagnostic) resultval with_open_tmp_dir :
env:< cwd : ([> Eio.Fs.dir_ty ] as 'a) Eio.Path.t.. > ->
('a Eio.Path.t -> 'b) ->
'bval with_test_forest :
env:< cwd : ([> Eio.Fs.dir_ty ] as 'a) Eio.Path.t.. > ->
raw_trees:raw_tree list ->
config:Forester_core.Config.t ->
('a Eio.Path.t -> 'b) ->
'bval mk_tree :
uri:Forester_core.URI.t ->
code:Forester_core.Code.t ->
expanded:Forester_core.Syn.t ->
Forester_core.Tree.ttype test_env = {dirs : Eio.Fs.dir_ty Eio.Path.t list;config : Forester_core.Config.t;position : Lsp.Types.Position.t;}