lib/Tools/scala
author huffman
Mon, 08 Jun 2009 15:46:14 -0700
changeset 31532 43e8d4bfde26
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
generalize lemmas compact_imp_bounded, compact_imp_closed

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

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