cmitomli
Converts compiled interface files (.cmi) into source interface files (.mli)
Description
cmitomli is useful when a complex implementation (.ml) already exists and one wants to create an explicit module interface for it (.mli). The effect is similar to running 'ocamlc -i' on an ml file but it doesn't require any other argument than the input cmi file.
Install
- Published
-
19 Jan 2015
- Authors
-
- Maintainers
-
Sources
Dependencies
ocaml
>= "4.00.0"
Reverse Dependencies