src/HOL/Word/Word.thy
author wenzelm
Thu, 11 Feb 2010 22:55:16 +0100
changeset 35114 b1fd1d756e20
parent 35049 00f311c32444
child 36899 bcd6fce5bf06
permissions -rw-r--r--
formal markup of @{syntax_const} and @{const_syntax}; authentic syntax for extra robustness;
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
35049
00f311c32444 tuned spelling
haftmann
parents: 29628
diff changeset
     5
header {* Word Library interface *}
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