package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_compiler.ActionSource

Sourcetype exit =
  1. | Fail
  2. | Finished
Sourcetype t =
  1. | Quit of exit
  2. | Build_import_graph
  3. | Plant_assets
  4. | Plant_foreign
  5. | Done
  6. | Load_all_configured_dirs
  7. | Parse_all
  8. | Expand_all
  9. | Eval_all
  10. | Load_tree of Eio.Fs.dir_ty Eio.Path.t
  11. | Parse of Lsp.Uri.t
  12. | Expand of Forester_core.URI.t
  13. | Eval of Forester_core.URI.t
  14. | Query of (string, Forester_core.Vertex.t) Forester_core.Datalog_expr.query
  15. | Query_results of Forester_core.Vertex_set.t
  16. | Report_errors of Forester_core.Reporter.Message.t Asai.Diagnostic.t list * t
  17. | Run_jobs of Job.job Forester_core.Range.located list
Sourceval report : next_action:t -> errors:Forester_core.Reporter.Message.t Asai.Diagnostic.t list -> t
OCaml

Innovation. Community. Security.