diff -r 517655a528fe -r c1a27fce2076 lib/Tools/ocaml --- a/lib/Tools/ocaml Thu Nov 08 15:52:10 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -#!/usr/bin/env bash -# -# Author: Makarius -# -# DESCRIPTION: invoke OCaml within the Isabelle environment - -if [ -d "$ISABELLE_OPAM_ROOT" -a -n "$ISABELLE_OCAML" ] -then - isabelle_opam config exec --switch "$ISABELLE_OCAML_VERSION" -- ocaml "$@" -else - echo "Cannot execute ocaml: missing Isabelle OCaml setup" >&2 - exit 127 -fi