Isabelle
author smolkas
Mon, 18 Feb 2013 12:16:27 +0100
changeset 52316 0d5f8812856f
parent 51820 69439c9defec
child 53812 f3a6b1d0915e
permissions -rwxr-xr-x
split isar_step into isar_step, fix, assms; made isar_proof explicit; register fixed variables in ctxt and auto_fix terms to avoid superfluous annotations
wenzelm@31919
     1
#!/usr/bin/env bash
wenzelm@31919
     2
#
wenzelm@31919
     3
# Author: Makarius
wenzelm@31919
     4
#
wenzelm@45733
     5
# Default Isabelle application wrapper.
wenzelm@31919
     6
wenzelm@51820
     7
exec "$(dirname "$0")"/bin/isabelle jedit -s "$@"
wenzelm@31919
     8