package codept-lib

  1. Overview
  2. Docs
Alternative ocaml dependency analyzer

Install

dune-project
 Dependency

Authors

Maintainers

Sources

codept-0.13.0.tbz
sha256=5e6631d6bcb84d149460d046c71afa4a6342aa8d9adaf2b1f45989dd33a3ac92
sha512=ed58520e2b94c6d6b01466f2de464e5bfd95efd8d9d8e41e1d95e3c3f250b20118b3c2d08492cbc86152c334730fa43d110331d090fcc98e8be7fdc7b47962ff

doc/codept-lib/Longident_converter/index.html

Module Longident_converterSource

Sourcetype t =
  1. | Ident of string
  2. | Dot of t * string
  3. | App of t * t
Sourceval from_lid : t -> Paths.Expr.t
Sourceval me_from_lid : t -> M2l.module_expr