Sciweavers

54 search results - page 4 / 11
» Dependency-style generic Haskell
Sort
View
PPDP
2010
Springer
14 years 8 months ago
Generic record combinators with static type checking
Common record systems only provide access to individual record fields. However, it is often useful to have generic record combinators, that is, functions that work with complete ...
Wolfgang Jeltsch
AFP
2008
Springer
241views Formal Methods» more  AFP 2008»
15 years 4 months ago
Libraries for Generic Programming in Haskell
Johan Jeuring, Sean Leather, José Pedro Mag...
AC
2003
Springer
15 years 3 months ago
Generic Haskell: Practice and Theory
Ralf Hinze, Johan Jeuring
ICFP
2008
ACM
15 years 10 months ago
A comparison of c++ concepts and haskell type classes
Earlier studies have introduced a list of high-level evaluation criteria to assess how well a language supports generic programming. Since each language that meets all criteria is...
Jean-Philippe Bernardy, Patrik Jansson, Marcin Zal...
ICFP
2012
ACM
13 years 12 days ago
Functional programming with structured graphs
This paper presents a new functional programming model for graph structures called structured graphs. Structured graphs extend conventional algebraic datatypes with explicit defi...
Bruno C. d. S. Oliveira, William R. Cook