lib/Tools/scala
author paulson
Thu, 26 Mar 2009 14:10:48 +0000
changeset 30730 4d3565f2cb0e
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
New theorems mostly concerning infinite series.

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

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "$ISABELLE_SCALA" "$@"