src/HOL/Import/ImportRecorder.thy
author krauss
Tue, 07 Nov 2006 09:33:47 +0100
changeset 21199 2d83f93c3580
parent 20594 b80c4a5cd018
permissions -rw-r--r--
* Added annihilation axioms ("x * 0 = 0") to axclass semiring_0. Richer structures do not inherit from semiring_0 anymore, because anihilation is a theorem there, not an axiom. * Generalized axclass "recpower" to arbitrary monoid, not just commutative semirings.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19064
bf19cc5a7899 fixed bugs, added caching
obua
parents:
diff changeset
     1
theory ImportRecorder imports Main 
20594
b80c4a5cd018 added suspensions in Pure
haftmann
parents: 19093
diff changeset
     2
uses  "seq.ML" "scan.ML" "mono_seq.ML" "mono_scan.ML" "lazy_seq.ML" "xml.ML" "xmlconv.ML" "importrecorder.ML"
19064
bf19cc5a7899 fixed bugs, added caching
obua
parents:
diff changeset
     3
begin
bf19cc5a7899 fixed bugs, added caching
obua
parents:
diff changeset
     4
end