doc-src/Errata.txt
author lcp
Tue, 09 Nov 1993 16:47:38 +0100
changeset 103 30bd42401ab2
permissions -rw-r--r--
Initial revision
lcp@103
     1
ERRATA FOR ISABELLE MANUAL
lcp@103
     2
lcp@103
     3
** THM : BASIC INFERENCE **
lcp@103
     4
lcp@103
     5
Pure/tactic/lift_inst_rule: now checks for distinct parameters (could also
lcp@103
     6
compare with free variable names, though).  Variables in the insts are now
lcp@103
     7
lifted over all parameters; their index is also increased.  Type vars in
lcp@103
     8
the lhs variables are also increased by maxidx+1; this is essential for HOL
lcp@103
     9
examples to work.
lcp@103
    10
lcp@103
    11
lcp@103
    12
** THEORY MATTERS (GENERAL) **
lcp@103
    13
lcp@103
    14
Definitions: users must ensure that the left-hand side is nothing
lcp@103
    15
more complex than a function application -- never using fancy syntax.  E.g.
lcp@103
    16
never
lcp@103
    17
>     ("the_def",      "THE y. P(y) == Union({y . x:{0}, P(y)})" ),
lcp@103
    18
but
lcp@103
    19
<     ("the_def",      "The(P) == Union({y . x:{0}, P(y)})" ),
lcp@103
    20
lcp@103
    21
Provers/classical, simp (new simplifier), tsimp (old simplifier), ind
lcp@103
    22
lcp@103
    23
** SYSTEMS MATTERS **
lcp@103
    24
lcp@103
    25
explain make system?  maketest
lcp@103
    26
lcp@103
    27
expandshort