1
2
ISABELLE_TOOLS="$ISABELLE_TOOLS:$COMPONENT/lib/Tools"
3
4
EXEC_GHC=$(choosefrom \
5
"$ISABELLE_HOME/contrib/ghc" \
6
"$ISABELLE_HOME/../ghc" \
7
$(type -p ghc))
8
9
EXEC_OCAML=$(choosefrom \
10
"$ISABELLE_HOME/contrib/ocaml" \
11
"$ISABELLE_HOME/../ocaml" \
12
$(type -p ocaml))