-Eitan _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Correction to my last e-mail. I figured out why it worked at first and
then failed, so I'll refine my question. I'd like the compiler to simply
put the number 800 everywhere that I put the name "width" in my code.
Instead it's putting (800 :: Float), or Double or Int, whatever I want,
but it's restricted to one data type. I want to remove that restriction
since it is a constant.
- Re: [Haskell-cafe] possible bug in default module ... Kevin Quick
- Re: [Haskell-cafe] possible bug in default module ... Brandon S Allbery KF8NH
- Re: [Haskell-cafe] possible bug in default module ... Mike Dillon
- [Haskell-cafe] How do you make constant expression... Eitan Goldshtrom
- Re: [Haskell-cafe] How do you make constant expres... Daniel Fischer
- Re: [Haskell-cafe] How do you make constant expres... Felipe Lessa
- Re: [Haskell-cafe] How do you make constant expres... Jesper Louis Andersen
- Re: [Haskell-cafe] How do you make constant expres... Eitan Goldshtrom
- Re: [Haskell-cafe] How do you make constant expres... Daniel Fischer
- Re: [Haskell-cafe] How do you make constant expres... Eitan Goldshtrom
- Re: [Haskell-cafe] How do you make constant expres... Eitan Goldshtrom
- Re: [Haskell-cafe] How do you make constant expres... Ivan Lazar Miljenovic
- Re: [Haskell-cafe] How do you make constant expres... Max Bolingbroke
- Re: [Haskell-cafe] How do you make constant expres... Eitan Goldshtrom
- Re: [Haskell-cafe] possible bug in default module ... Brandon S Allbery KF8NH