# HG changeset patch # User kuncar # Date 1381755701 -7200 # Node ID 9a21e5c6e5d93ec9986d5e50b918206d971923bc # Parent 03b10317ba78e702636987c8a6ca9e4bc6bcd214 declare Quotient_Examples/FSet.thy as almost obsolete diff -r 03b10317ba78 -r 9a21e5c6e5d9 src/HOL/Quotient_Examples/FSet.thy --- a/src/HOL/Quotient_Examples/FSet.thy Mon Oct 14 15:01:41 2013 +0200 +++ b/src/HOL/Quotient_Examples/FSet.thy Mon Oct 14 15:01:41 2013 +0200 @@ -5,6 +5,13 @@ Type of finite sets. *) +(******************************************************************** + WARNING: There is a formalization of 'a fset as a subtype of sets in + HOL/Library/FSet.thy using Lifting/Transfer. The user should use + that file rather than this file unless there are some very specific + reasons. +*********************************************************************) + theory FSet imports "~~/src/HOL/Library/Multiset" "~~/src/HOL/Library/Quotient_List" begin