Sciweavers

35 search results - page 2 / 7
» icfp 2008
Sort
View
ICFP
2008
ACM
14 years 5 months ago
A lightweight approach to datatype-generic rewriting
Thomas van Noort, Alexey Rodriguez, Stefan Holderm...
ICFP
2008
ACM
14 years 5 months ago
Experience report: playing the DSL card
This paper describes our experience using a functional language, Haskell, to build an embedded, domain-specific language (DSL) for component configuration in large-scale, real-tim...
Mark P. Jones
ICFP
2008
ACM
14 years 5 months ago
The power of Pi
This paper exhibits the power of programming with dependent types by dint of embedding three domain-specific languages: Cryptol, a language for cryptographic protocols; a small da...
Nicolas Oury, Wouter Swierstra
ICFP
2008
ACM
14 years 5 months ago
A type-preserving compiler in Haskell
There has been a lot of interest of late for programming languages that incorporate features from dependent type systems and proof assistants in order to capture in the types impo...
Louis-Julien Guillemette, Stefan Monnier
ICFP
2008
ACM
14 years 5 months ago
HMF: simple type inference for first-class polymorphism
HMF is a conservative extension of Hindley-Milner type inference with first-class polymorphism. In contrast to other proposals, HML uses regular System F types and has a simple ty...
Daan Leijen