src/HOL/Word/Word.thy
author wenzelm
Mon, 16 Mar 2009 18:24:30 +0100
changeset 30549 d2d7874648bd
parent 29628 d9294387ab0e
child 35049 00f311c32444
permissions -rw-r--r--
simplified method setup;
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