The Wayback Machine - https://web.archive.org/web/20211216214720/https://github.com/topics/functional-language
Skip to content
#

functional-language

Here are 105 public repositories matching this topic...

ocaml
cpitclaudel
cpitclaudel commented Nov 25, 2019

Hi all,

Calling ocamlc or ocamlopt with a relative path to both a .mli and .ml only works if both reside in the current directory.

In the example below, I've creates test/a.ml and test/a.mli before calling ocamlopt a.mli a.ml. The problem is that after compiling test/a.mli file to test/a.cmi, the compiler tries to compile test/a.ml and looks for a.cmi in the current

manool

Improve this page

Add a description, image, and links to the functional-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the functional-language topic, visit your repo's landing page and select "manage topics."

Learn more