lib/Tools/scala
author paulson <lp15@cam.ac.uk>
Tue, 25 Feb 2014 17:06:17 +0000
changeset 55735 81ba62493610
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
generalised some results using type classes

#!/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")" "$@"