The final batch of changes for the new coercion representation
[ghc-hetmet.git] / compiler / typecheck / TcEnv.lhs
index f1d14a5..a087059 100644 (file)
@@ -626,7 +626,6 @@ data InstBindings a
                        -- witness dictionary is identical to the argument 
                        -- dictionary.  Hence no bindings, no pragmas.
 
-          -- BAY* : should this be a CoAxiom?
        Coercion        -- The coercion maps from newtype to the representation type
                        -- (mentioning type variables bound by the forall'd iSpec variables)
                        -- E.g.   newtype instance N [a] = N1 (Tree a)