lib/Tools/scala
author huffman
Wed, 27 Aug 2008 23:46:33 +0200
changeset 28029 4c55cdec4ce7
parent 27916 09b3010ffaf2
child 29143 72c960b2b83e
permissions -rwxr-xr-x
simplify definition of vector_space locale (use axclasses instead of inheriting from field and ab_group_add classes)

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

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