Sciweavers

11 search results - page 1 / 3
» pepm 2010
Sort
View
67
Voted
PEPM
2010
ACM
15 years 7 months ago
Corrective hints for type incorrect generic Java programs
Nabil El Boustani, Jurriaan Hage
90
Voted
PEPM
2010
ACM
15 years 7 months ago
From higher-order logic to Haskell: there and back again
We present two tools which together allow reasoning about (a substantial subset of) Haskell programs. One is the code generator of the proof assistant Isabelle, which turns speciï...
Florian Haftmann
79
Voted
PEPM
2010
ACM
15 years 7 months ago
Making "stricterness" more relevant
Adapting a strictness analyser to have it take into account explicit strictness annotations can be a tricky business. Straightforward extensions of analyses based on relevance typ...
Stefan Holdermans, Jurriaan Hage
84
Voted
PEPM
2010
ACM
15 years 7 months ago
Clone detection and elimination for Haskell
Duplicated code is a well known problem in software maintenance and refactoring. Code clones tend to increase program size and several studies have shown that duplicated code make...
Christopher Brown, Simon Thompson