REMINDER - Contributions to HC&A Report (November 2003 edition)

2003-11-02 Thread Alain Cremieux
Category : Applications, Groups, and Individuals Subcategory : Individual Haskellers and their projects I work in a company making software for payrolling, which is a incredibly complex subject in France. I'd like to use Haskell in my everyday's work, but up to now it's only been a personal hobby

Overloading and Literal Numerics

2002-06-26 Thread Alain Cremieux
Hi, I am trying to create an overloaded function "à la Java" to be able to call it either with a string or a number. Ex : definePort "http" definePort 80 but I have problem with restrictions in Haskell's type system (or with my lack of experience with it). The program : data PolyType = MkPolyLef