src/HOL/Bali/ROOT.ML
author nipkow
Sat, 16 May 2009 11:28:02 +0200
changeset 31166 a90fe83f58ea
parent 24073 373727835757
child 32634 9b19cbb0af28
permissions -rw-r--r--
"{x. P x & x=t & Q x}" is now rewritten to "if P t & Q t then {t} else {}" by the new simproc defColl_regroup. More precisely, the simproc pulls an equation x=t (or t=x) out of a nest of conjunctions to the front where the simp rule singleton_conj_conv(2) converts to "if".
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24073
373727835757 simultaneous use_thys;
wenzelm
parents: 16297
diff changeset
     1
(*  Title:      HOL/Bali/ROOT.ML
14030
cd928c0ac225 Adapted to changes in Map.thy
schirmer
parents: 13550
diff changeset
     2
    ID:         $Id$
cd928c0ac225 Adapted to changes in Map.thy
schirmer
parents: 13550
diff changeset
     3
    Author:     David von Oheimb
cd928c0ac225 Adapted to changes in Map.thy
schirmer
parents: 13550
diff changeset
     4
    Copyright   1999 Technische Universitaet Muenchen
cd928c0ac225 Adapted to changes in Map.thy
schirmer
parents: 13550
diff changeset
     5
24073
373727835757 simultaneous use_thys;
wenzelm
parents: 16297
diff changeset
     6
The Hoare logic for Bali.
14030
cd928c0ac225 Adapted to changes in Map.thy
schirmer
parents: 13550
diff changeset
     7
*)
cd928c0ac225 Adapted to changes in Map.thy
schirmer
parents: 13550
diff changeset
     8
24073
373727835757 simultaneous use_thys;
wenzelm
parents: 16297
diff changeset
     9
use_thys ["AxExample", "AxSound", "AxCompl", "Trans"];