lib/Tools/scala
author huffman
Thu, 19 Feb 2009 17:11:12 -0800
changeset 29998 19e1ef628b25
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
nicer induction/cases rules for numeral types

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

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