[project @ 1999-01-14 17:58:41 by sof]
[ghc-hetmet.git] / ghc / compiler / parser / constr.ugn
index 7894455..5d678c8 100644 (file)
@@ -34,6 +34,7 @@ type constr;
        /* constr in simple "newtype" form: */
        constrnew   : < gconnid     : qid;
                        gconnty     : ttype;
+                       gconnla     : maybe; /* Maybe qvar */
                        gconnline   : long; >;
 
        /* constr with a existential prefixed context C => ... */