Hugs | 14 Dec 2009 01:52
Favicon

[Hugs] #96: redeclaration of function inside a class

#96: redeclaration of function inside a class
-------------------------------+--------------------------------------------
 Reporter:  guest              |       Owner:  neil  
     Type:  defect             |      Status:  new   
 Priority:  major              |   Milestone:        
Component:  winhugs            |     Version:  200605
 Keywords:  redefine function  |  
-------------------------------+--------------------------------------------
 please do apologize if this bug has been reported before

 i've been doing my homework assignment on parsers and monads when i hit
 error "INTERNAL ERROR: pmcTerm", when combined these definitions:


 {{{
 return v xs= [(v, xs)]

 class Monad m where
         return  :: a-> m a
 }}}

 INTERNAL ERROR: pmcTerm

 the compiler said that i should report this problem so i'm doing so

-- 
Ticket URL: <http://hackage.haskell.org/trac/hugs/ticket/96>
Hugs <http://www.haskell.org/hugs/>
Hugs 98, an interpreter for Haskell
(Continue reading)

Hugs | 23 Dec 2009 20:47
Favicon

[Hugs] #97: INTERNAL ERROR: discrArity

#97: INTERNAL ERROR: discrArity
--------------------+-------------------------------------------------------
 Reporter:  guest   |       Owner:  nobody
     Type:  defect  |      Status:  new   
 Priority:  minor   |   Milestone:        
Component:  hugs    |     Version:  200609
 Keywords:          |  
--------------------+-------------------------------------------------------
 When loading nhc98's compiler sources in hugs. Specifically:
 {{{
 nhc98/src/compiler98 $ hugs -98 MainNhc98.hs
 [banner]
 INTERNAL ERROR: discrArity
 }}}
 Using hugs version September 2006.

-- 
Ticket URL: <http://hackage.haskell.org/trac/hugs/ticket/97>
Hugs <http://www.haskell.org/hugs/>
Hugs 98, an interpreter for Haskell
_______________________________________________
Hugs-Bugs mailing list
Hugs-Bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/hugs-bugs

Gmane