lib/Tools/ocamlc
changeset 69135 be20f5f6feb9
child 69261 a41f49148525
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/Tools/ocamlc	Mon Oct 08 15:42:43 2018 +0200
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+#
+# Author: Makarius
+#
+# DESCRIPTION: invoke OCaml compiler within the Isabelle environment
+
+isabelle_opam config exec --switch "$ISABELLE_OCAML_VERSION" -- ocamlc "$@"