lib/Tools/ocamlc
author wenzelm
Wed, 17 Oct 2018 21:38:07 +0200
changeset 69151 b310bc57f55f
parent 69135 be20f5f6feb9
child 69261 a41f49148525
permissions -rwxr-xr-x
support for GHC via command-line tools;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke OCaml compiler within the Isabelle environment

isabelle_opam config exec --switch "$ISABELLE_OCAML_VERSION" -- ocamlc "$@"