lib/Tools/ocaml
author haftmann
Wed, 07 Nov 2018 11:08:10 +0000
changeset 69250 1011f0b46af7
parent 69135 be20f5f6feb9
child 69261 a41f49148525
permissions -rwxr-xr-x
generic merge sort

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

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