lib/Tools/scala
author huffman
Wed, 29 Apr 2009 13:36:29 -0700
changeset 31023 d027411c9a38
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
use opaque ascription for all HOLCF code

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

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