annot
annotation parser for external editors and IDEs
Description
This tool uses the .annot
files generated by OCaml to lookup annotations from
OCaml source code, and hence show inferred type declarations in an IDE.
Since OCaml 4.01, there is a more efficient .cmt
file that is not supported
by this tool. If you are using a recent version of OCaml, you should use the
Merlin (opam info merlin
) suite instead. This annot
tool is only supported
for legacy compatibility with the older plaintext .annot
files.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 20 Jun 2015
- Authors
- Maintainers
Sources
Dependencies
ocaml
< "4.07.0"
Reverse Dependencies