lib/Tools/scala
author bulwahn
Tue, 04 Aug 2009 08:34:56 +0200
changeset 32312 26a9d0c69b8b
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
refactoring predicate compiler; added type synonyms and functions split_smode and split_mode

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

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