Sciweavers

9 search results - page 1 / 2
» ifl 2007
Sort
View
IFL
2007
Springer
110views Formal Methods» more  IFL 2007»
13 years 10 months ago
XHaskell - Adding Regular Expression Types to Haskell
Martin Sulzmann, Kenny Zhuo Ming Lu
IFL
2007
Springer
158views Formal Methods» more  IFL 2007»
13 years 10 months ago
Checking Dependent Types Using Compiled Code
Abstract. Type checkers for dependent types need to evaluate user defined functions during type checking. For this, current implementations typically use an interpreter, which has...
Dirk Kleeblatt
IFL
2007
Springer
146views Formal Methods» more  IFL 2007»
13 years 10 months ago
A Supercompiler for Core Haskell
Haskell is a functional language, with features such as higher order functions and lazy evaluation, which allow succinct programs. These high-level features present many challenges...
Neil Mitchell, Colin Runciman
IFL
2007
Springer
128views Formal Methods» more  IFL 2007»
13 years 10 months ago
The Structure of the Essential Haskell Compiler, or Coping with Compiler Complexity
In this paper we describe the structure of the Essential Haskell Compiler (EHC) and how we manage its complexity, despite its growth from essentials to a full Haskell compiler. Our...
Atze Dijkstra, Jeroen Fokker, S. Doaitse Swierstra