@inproceedings{f1ecd955503c4179bf49b612f09825c9,
title = "Blame Prediction",
abstract = "Static type systems are usually conservative. Therefore, many interesting programs are rejected by the static type system, even though they may execute without errors. Dynamic type systems allow such ill-typed programs to run, at the cost of run-time errors. The cause of runtime errors is often far removed from the place where the type errors are raised, making the program hard to debug. We present a novel typing discipline called blame prediction which transforms programs in order to detect runtime type errors as soon as they are guaranteed to happen. These type errors relate the future type error with its cause, aiding in debugging. As a proof of concept, we have applied blame prediction to a functional Scheme-like language and evaluated our system against soft typing.",
keywords = "blame prediction, type systems, gradual typing",
author = "Dries Harnie and Christophe Scholliers and {De Meuter}, Wolfgang",
note = "Jay McCarthy; 14th International Symposium on Trends in Functional Programming, TFP 2013 ; Conference date: 14-05-2013 Through 16-05-2013",
year = "2014",
language = "English",
isbn = "978-3-642-45339-7",
volume = "8322",
series = "Lecture Notes in Computer Science",
publisher = "Springer",
pages = "91--106",
editor = "Jay Mccarthy",
booktitle = "Revised Selected Papers of the 14th International Symposium on Trends in Functional Programming 2013",
}