Browsing by Author "Martin, SULZMANN"
Now showing 1 - 2 of 2
Results Per Page
Sort Options
- ItemC++ templates/traits versus Haskell type classes(2005-02-16T09:41:40Z) Sunil, KOTHARI; Martin, SULZMANNThis article presents an in-depth study of the close connection between Haskell type classes and C++ template/traits mechanism - two different facilties for implementing generic programming concepts. Haskell type classes and various extensions can be closely mimicked by C++ templates/traits and related mechanisms. We highlight the subtleties related to type-based computations and the limitations induced by language design on the program behaviour by a number of examples.
- ItemImproved Inference for Checking Type Annotations(2005-02-16T08:53:42Z) Peter.J, STUCKEY; Martin, SULZMANN; Jeremy, WAZNYWe consider type inference in the Hindley/Milner system extended with type annotations and constraints with a particular focus on Haskell-style type classes. We observe that standard inference algorithms are incomplete in the presence of nested type annotations. To improve the situation we introduce a novel inference scheme for checking type annotations. Our inference scheme is also incomplete in general but improves over existing implementations as found e.g.~in the Glasgow Haskell Compiler (GHC). For certain cases (e.g.~Haskell 98) our inference scheme is complete. Our approach has been fully implemented as part of the Chameleon system (experimental version of Haskell).