src/HOL/IMP/ROOT.ML
author Timothy Bourke
Wed, 06 May 2009 10:55:47 +1000
changeset 31042 d452117ba564
parent 28583 9bb9791bdc18
child 35749 bc8637ae91ab
permissions -rw-r--r--
Prototype introiff option for find_theorems. This feature was suggested by Jeremy Avigad / Tobias Nipkow. It adds an introiff keyword for find_theorems that returns, in addition to the usual results for intro, any theorems of the form ([| ... |] ==> (P = Q)) where either P or Q matches the conclusions of the current goal. Such theorems can be made introduction rules with [THEN iffDx]. The current patch is for evaluation only. It assumes an (op = : 'a -> 'a -> bool) operator, which is specific to HOL. It is not clear how this should be generalised.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9277
a0a7c31cdc39 added dependency caveat
oheimb
parents: 9276
diff changeset
     1
(*  Title:     HOL/IMP/ROOT.ML
a0a7c31cdc39 added dependency caveat
oheimb
parents: 9276
diff changeset
     2
    ID:        $Id$
a0a7c31cdc39 added dependency caveat
oheimb
parents: 9276
diff changeset
     3
    Author:    Heiko Loetzbeyer, Robert Sandner, Tobias Nipkow, David von Oheimb
a0a7c31cdc39 added dependency caveat
oheimb
parents: 9276
diff changeset
     4
    Copyright  1995 TUM
9276
9e619ac0fe2f added dependency caveat
oheimb
parents: 9241
diff changeset
     5
9e619ac0fe2f added dependency caveat
oheimb
parents: 9241
diff changeset
     6
Caveat: HOLCF/IMP depends on HOL/IMP
924
806721cfbf46 new version of HOL/IMP with curried function application
clasohm
parents:
diff changeset
     7
*)
806721cfbf46 new version of HOL/IMP with curried function application
clasohm
parents:
diff changeset
     8
28583
9bb9791bdc18 Added liveness analysis
nipkow
parents: 24104
diff changeset
     9
use_thys ["Expr", "Transition", "VC", "Examples", "Compiler0", "Compiler", "Live"];