ocaml - #use "str.cma" and #use "name.mli" in Eclipse -


how use "str.cma" in eclipse?

also, how link name.ml name.mli? #use "name.mli" in "name.ml" when using emacs.

#use not emacs specific, , not ocaml language specific. directive of program called toplevel, or in more common parlance interpreter. so, premises wrong, can in emacs. concerning eclipse (i suspect, you're trying use ocaide), there're lots of tutorials , online help, explains how add dependencies project.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -