# HG changeset patch # User wenzelm # Date 1460381218 -7200 # Node ID c5d0fdc260faf755d857848e9dab9bbaedc76056 # Parent 48d935524988f9eb2b6d4126af7d9e0e230fb182 tuned imports; diff -r 48d935524988 -r c5d0fdc260fa src/HOL/Library/Quotient_List.thy --- a/src/HOL/Library/Quotient_List.thy Mon Apr 11 15:07:15 2016 +0200 +++ b/src/HOL/Library/Quotient_List.thy Mon Apr 11 15:26:58 2016 +0200 @@ -5,7 +5,7 @@ section \Quotient infrastructure for the list type\ theory Quotient_List -imports Main Quotient_Set Quotient_Product Quotient_Option +imports Quotient_Set Quotient_Product Quotient_Option begin subsection \Rules for the Quotient package\ diff -r 48d935524988 -r c5d0fdc260fa src/HOL/Library/Quotient_Option.thy --- a/src/HOL/Library/Quotient_Option.thy Mon Apr 11 15:07:15 2016 +0200 +++ b/src/HOL/Library/Quotient_Option.thy Mon Apr 11 15:26:58 2016 +0200 @@ -5,7 +5,7 @@ section \Quotient infrastructure for the option type\ theory Quotient_Option -imports Main Quotient_Syntax +imports Quotient_Syntax begin subsection \Rules for the Quotient package\ diff -r 48d935524988 -r c5d0fdc260fa src/HOL/Library/Quotient_Product.thy --- a/src/HOL/Library/Quotient_Product.thy Mon Apr 11 15:07:15 2016 +0200 +++ b/src/HOL/Library/Quotient_Product.thy Mon Apr 11 15:26:58 2016 +0200 @@ -5,7 +5,7 @@ section \Quotient infrastructure for the product type\ theory Quotient_Product -imports Main Quotient_Syntax +imports Quotient_Syntax begin subsection \Rules for the Quotient package\ diff -r 48d935524988 -r c5d0fdc260fa src/HOL/Library/Quotient_Set.thy --- a/src/HOL/Library/Quotient_Set.thy Mon Apr 11 15:07:15 2016 +0200 +++ b/src/HOL/Library/Quotient_Set.thy Mon Apr 11 15:26:58 2016 +0200 @@ -5,7 +5,7 @@ section \Quotient infrastructure for the set type\ theory Quotient_Set -imports Main Quotient_Syntax +imports Quotient_Syntax begin subsection \Contravariant set map (vimage) and set relator, rules for the Quotient package\ diff -r 48d935524988 -r c5d0fdc260fa src/HOL/Library/Quotient_Sum.thy --- a/src/HOL/Library/Quotient_Sum.thy Mon Apr 11 15:07:15 2016 +0200 +++ b/src/HOL/Library/Quotient_Sum.thy Mon Apr 11 15:26:58 2016 +0200 @@ -5,7 +5,7 @@ section \Quotient infrastructure for the sum type\ theory Quotient_Sum -imports Main Quotient_Syntax +imports Quotient_Syntax begin subsection \Rules for the Quotient package\