package codept-lib

  1. Overview
  2. Docs
Alternative ocaml dependency analyzer

Install

dune-project
 Dependency

Authors

Maintainers

Sources

codept-0.12.2.tbz
sha256=50ad202bfaee10b0eed8f43154036f3ba20e363ae9d42a692d0c20fad3075f62
sha512=78b472d6aeb6554bd6d8a7f8886100141cc06fffa5b37bd38a9c7450a3bf83cffc2a0e51d8a601a6e2f732e3785e888373798f172afb2719ea4f5d60f941f869

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