Isabelle
author huffman
Tue, 27 Dec 2011 15:37:33 +0100
changeset 46872 0b562d564d5f
parent 45733 329ced2615eb
child 51820 69439c9defec
permissions -rwxr-xr-x
redefine some binary operations on integers work on abstract numerals instead of Int.Pls and Int.Min
     1 #!/usr/bin/env bash
     2 #
     3 # Author: Makarius
     4 #
     5 # Default Isabelle application wrapper.
     6 
     7 exec "$(dirname "$0")"/bin/isabelle jedit "$@"
     8