[lhc] #22: "default" keyword apparantly not respected.
lhc
lhc at projects.haskell.org
Tue Feb 17 14:54:26 EST 2009
#22: "default" keyword apparantly not respected.
-------------------------+--------------------------------------------------
Reporter: SamB | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: unspecified | Version:
Keywords: | Testcase:
-------------------------+--------------------------------------------------
This doesn't look like a good sign:
{{{
defaults :: [Type]
defaults
| not $ fopts FO.Defaulting = []
| otherwise = map (\name -> TCon (Tycon name kindStar)) [tc_Integer,
tc_Double]
}}}
--
Ticket URL: <http://trac.haskell.org/lhc/ticket/22>
lhc <http://lhc.seize.it>
the LHC Haskell Compiler
More information about the Lhc
mailing list