etc/user-settings.sample
author wenzelm
Tue, 17 Nov 1998 14:06:32 +0100
changeset 5904 e077a0e66563
parent 3749 8a8ed98bd2ca
child 7856 7d06972db6ca
permissions -rw-r--r--
val apply: ('a -> 'a) list -> 'a -> 'a; val transform_failure: (exn -> exn) -> ('a -> 'b) -> 'a -> 'b;

#
# $Id$
#
# Isabelle user settings sample (everything commented out)
#   -- some parts may be copied into ~/isabelle/etc/settings.
#

###
### Compilation options
###

#ISABELLE_USEDIR_OPTIONS="-i true"


###
### Heap files
###

# Note: ML system identifier appended automatically!

#ISABELLE_PATH=other-places-where-heaps-may-reside:$ISABELLE_PATH
#ISABELLE_OUTPUT=somewhere-else

#ISABELLE_LOGIC=ZF


###
### Interfaces
###

# Simple xterm based interface.
#ISABELLE_INTERFACE=xterm

# Emacs running Isamode.
#ISABELLE_INTERFACE=emacs