remove obsolete comments
authorhuffman
Mon, 20 Apr 2009 15:37:35 -0700
changeset 30915 f8877f60e1ee
parent 30914 ceeb5f2eac75
child 30916 a3d2128cac92
remove obsolete comments
src/HOLCF/Tools/domain/domain_extender.ML
--- a/src/HOLCF/Tools/domain/domain_extender.ML	Mon Apr 20 15:23:27 2009 -0700
+++ b/src/HOLCF/Tools/domain/domain_extender.ML	Mon Apr 20 15:37:35 2009 -0700
@@ -1,26 +1,7 @@
 (*  Title:      HOLCF/Tools/domain/domain_extender.ML
-    ID:         $Id$
     Author:     David von Oheimb
 
 Theory extender for domain command, including theory syntax.
-
-###TODO: 
-
-this definition
-domain empty = silly empty
-yields
-Exception-
-   TERM
-      ("typ_of_term: bad encoding of type",
-         [Abs ("uu", "_", Const ("NONE", "_"))]) raised
-but this works fine:
-domain Empty = silly Empty
-
-strange syntax errors are produced for:
-domain xx = xx ("x yy")
-domain 'a foo = foo (sel::"'a") 
-and bar = bar ("'a dummy")
-
 *)
 
 signature DOMAIN_EXTENDER =