= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
annotation parser for external editors and IDEs
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 }">
Authors
Maintainers
Sources
v1.1.0.tar.gz
md5=f9b293b1317fe6968e1f41e5cda2a41c
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.
On This Page