Admin/update-keywords
author Walther Neuper <neuper@ist.tugraz.at>
Tue, 28 Sep 2010 08:58:06 +0200
branchisac-update-Isa09-2
changeset 38030 95d956108461
parent 37284 a1b0201584cd
child 37785 173667d73115
permissions -rwxr-xr-x
interrupted test/../integrate.sml for calculate.

strange observation: "===== test 4" shows, that thm requires type constraint
in order to be applied;
just done for PolyEq.thy in some axioms "separate_*".

come back to that after repair of calculate.
     1 #!/usr/bin/env bash
     2 #
     3 # Author: Makarius
     4 #
     5 # DESCRIPTION: Update standard keyword files for Emacs Proof General
     6 
     7 ISABELLE_HOME="$(isabelle getenv -b ISABELLE_HOME)"
     8 LOG="$(isabelle getenv -b ISABELLE_OUTPUT)"/log
     9 
    10 
    11 cd "$ISABELLE_HOME/etc"
    12 
    13 isabelle keywords \
    14   "$LOG/Pure.gz" "$LOG/Pure-ProofGeneral.gz" "$LOG/HOL.gz" "$LOG/HOLCF.gz" \
    15   "$LOG/IOA.gz" "$LOG/HOL-Boogie.gz" "$LOG/HOL-Nominal.gz" "$LOG/HOL-Statespace.gz"
    16 
    17 isabelle keywords -k ZF \
    18   "$LOG/Pure.gz" "$LOG/Pure-ProofGeneral.gz" "$LOG/FOL.gz" "$LOG/ZF.gz"
    19