Update Quotient FIXME-TODO, some issues were already fixed.
--- a/Attic/FIXME-TODO Tue Dec 20 17:54:53 2011 +0900
+++ b/Attic/FIXME-TODO Tue Dec 20 17:58:34 2011 +0900
@@ -18,17 +18,6 @@
- The user should be able to give quotient_respects and
preserves theorems in a more natural form.
-- Provide syntax for different names of Abs and Rep functions
- in a similar way to typedef
-
- typedef (open) 'a dlist = "{xs::'a list. distinct xs}"
- morphisms list_of_dlist Abs_dlist
-
-- Allow defining constants with existing names.
- Since 'insert' is defined for sets,
- "quotient_definition insert" fails for fset
- however "definition" succeeds.
-
Lower Priority
==============
@@ -53,18 +42,4 @@
[QuotList, QuotOption, QuotPair...] could be automatically
proven?
-- Examples: Finite multiset, Dlist.
-
-- The current syntax of the quotient_definition is
-
- "qconst :: qty"
- as "rconst"
-
- Is it possible to have the more Isabelle-like
- syntax
-
- qconst :: "qty"
- as "rconst"
-
- That means "qconst :: qty" is not read as a term, but
- as two entities.
+- Examples: Finite multiset.