# HG changeset patch # User huffman # Date 1187642904 -7200 # Node ID 038b164edfef6de87745cfc1cbbd44921635b33b # Parent 31e359126ab67d8f154656aaa368af4f9bccd8fb minimize imports diff -r 31e359126ab6 -r 038b164edfef src/HOL/Word/BinGeneral.thy --- a/src/HOL/Word/BinGeneral.thy Mon Aug 20 21:31:10 2007 +0200 +++ b/src/HOL/Word/BinGeneral.thy Mon Aug 20 22:48:24 2007 +0200 @@ -9,7 +9,7 @@ header {* Basic Definitions for Binary Integers *} -theory BinGeneral imports TdThs Num_Lemmas +theory BinGeneral imports Num_Lemmas begin diff -r 31e359126ab6 -r 038b164edfef src/HOL/Word/WordDefinition.thy --- a/src/HOL/Word/WordDefinition.thy Mon Aug 20 21:31:10 2007 +0200 +++ b/src/HOL/Word/WordDefinition.thy Mon Aug 20 22:48:24 2007 +0200 @@ -8,7 +8,7 @@ header {* Definition of Word Type *} -theory WordDefinition imports Size BitSyntax BinBoolList begin +theory WordDefinition imports Size BinBoolList TdThs begin typedef (open word) 'a word = "{(0::int) ..< 2^len_of TYPE('a::len0)}" by auto