#40: type/constructor namespace bug ------------------------------------------+--------------------------------- Reporter: duncan.coutts@worc.ox.ac.uk | Owner: nobody Type: defect | Status: closed Priority: major | Milestone: Component: hugs | Version: 200609 Resolution: invalid | Keywords: ------------------------------------------+--------------------------------- Changes (by ross): * resolution: => invalid * status: new => closed Comment: hugs +k reports: {{{ ERROR "Api.hs":156 - Kind error in constructor application *** expression : Document -> API *** constructor : Document *** kind : * -> * *** does not match : * }}} The `Document` type changed kind in Sep 2005 ([http://cvs.haskell.org/cgi- bin/cvsweb.cgi/fptools/libraries/HaXml/src/Text/XML/HaXml/Types.hs?f=h;only_with_tag=MAIN#rev1.6 rev. 1.6 of Text.XML.HaXml.Types]) -- Ticket URL: <http://hackage.haskell.org/trac/hugs/ticket/40> Hugs <http://www.haskell.org/hugs/> Hugs 98, an interpreter for Haskell