Isabelle
author haftmann
Fri, 15 Feb 2013 08:31:31 +0100
changeset 51143 0a2371e7ced3
parent 50805 69439c9defec
child 52675 f3a6b1d0915e
permissions -rwxr-xr-x
two target language numeral types: integer and natural, as replacement for code_numeral; former theory HOL/Library/Code_Numeral_Types replaces HOL/Code_Numeral; refined stack of theories implementing int and/or nat by target language numerals; reduced number of target language numeral types to exactly one
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31919
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     1
#!/usr/bin/env bash
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     2
#
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     3
# Author: Makarius
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     4
#
44861
329ced2615eb simplified default Isabelle application wrapper (NB: build process is already part of isabelle jedit tool);
wenzelm
parents: 43540
diff changeset
     5
# Default Isabelle application wrapper.
31919
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     6
50805
69439c9defec prefer system build mode in main application wrappers, to produce heaps insided distribution directory;
wenzelm
parents: 44861
diff changeset
     7
exec "$(dirname "$0")"/bin/isabelle jedit -s "$@"
31919
e587a888bab5 Generic Isabelle application wrapper.
wenzelm
parents:
diff changeset
     8