lib/Tools/scala
author wenzelm
Sun, 29 Mar 2015 18:32:28 +0200
changeset 59839 62d69ffa639f
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
more standard Sign.typ_match: sorts should be alright in result of Syntax.check_terms;

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

isabelle_admin_build jars || exit $?

isabelle_scala scala -Dfile.encoding=UTF-8 \
  -classpath "$(jvmpath "$ISABELLE_CLASSPATH")" "$@"