package ciao_lwt

  1. Overview
  2. Docs
A tool for migrating from Lwt to direct-style concurrency libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ciao_lwt-0.2.tbz
sha256=1ee830a5a6fec1adf4dc3fe3caae7cca769b49c1671fb0fcb4884778feb211c6
sha512=6ff296f22bfc254e96acf83465876843bbeabbfa11239528fd9a3d4f6cc1a7d0973a517b9dc0f5c1d7fe467c945ae686a4aa294788cda3d37035b4ab7928c5bf

doc/ciao_lwt.ocaml_index_utils/Ocaml_index_utils/index.html

Module Ocaml_index_utilsSource

Sourcetype t
Sourceval scan_dune_build_dir : dune_build_dir:string -> t
Sourceval lookup_occurrences : t -> Ocaml_typing.Shape.Uid.t -> Ocaml_parsing.Longident.t Ocaml_parsing.Location.loc list
Sourceval pp : Format.formatter -> t -> unit
Sourcetype occurrences = ((string * string) * Ocaml_parsing.Longident.t Ocaml_parsing.Location.loc) list
Sourceval occurrences : dune_build_dir:string -> cmts:Ocaml_shape_utils.cmt list -> occurrences

Find all the occurrences of declarations from modules loaded in cmts in the .ocaml-index files found in the dune_build_dir directory (expected to be a path to Dune's _build directory).