ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove an effect from test/Prelude

+1 -6
+1 -6
test/Prelude.ml
··· 85 85 position: L.Position.t; 86 86 } 87 87 88 - module Test_env = Algaeff.State.Make (struct 89 - type t = test_env 90 - end) 91 - 92 - let find_tree addr = 93 - let env = Test_env.get () in 88 + let find_tree ~env addr = 94 89 let dirs = env.dirs in 95 90 Eio.Path.native_exn @@ Option.get @@ Dir_scanner.find_tree dirs 96 91 @@ URI_scheme.named_uri ~base:env.config.url addr