src/HOL/Word/Word.thy
author nipkow
Mon, 01 Jun 2009 10:02:01 +0200
changeset 31351 b8d856545a02
parent 29628 d9294387ab0e
child 35049 00f311c32444
permissions -rw-r--r--
new lemma
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29628
d9294387ab0e entry point for Word library now named Word
haftmann
parents: 27137
diff changeset
     1
(*  Title:      HOL/Word/Word.thy
d9294387ab0e entry point for Word library now named Word
haftmann
parents: 27137
diff changeset
     2
    Author:     Gerwin Klein, NICTA
24333
e77ea0ea7f2c * HOL-Word:
kleing
parents:
diff changeset
     3
*)
e77ea0ea7f2c * HOL-Word:
kleing
parents:
diff changeset
     4
29628
d9294387ab0e entry point for Word library now named Word
haftmann
parents: 27137
diff changeset
     5
header {* Word Library interafce *}
24350
4d74f37c6367 headers for document generation
huffman
parents: 24333
diff changeset
     6
29628
d9294387ab0e entry point for Word library now named Word
haftmann
parents: 27137
diff changeset
     7
theory Word
26560
haftmann
parents: 26086
diff changeset
     8
imports WordGenLib
24333
e77ea0ea7f2c * HOL-Word:
kleing
parents:
diff changeset
     9
begin
e77ea0ea7f2c * HOL-Word:
kleing
parents:
diff changeset
    10
29628
d9294387ab0e entry point for Word library now named Word
haftmann
parents: 27137
diff changeset
    11
text {* see @{text "Examples/WordExamples.thy"} for examples *}
24333
e77ea0ea7f2c * HOL-Word:
kleing
parents:
diff changeset
    12
e77ea0ea7f2c * HOL-Word:
kleing
parents:
diff changeset
    13
end