@inproceedings{398991ab2ab24bada4945b83eea6796a,
title = "Dependent types from counterexamples",
abstract = "Motivated by recent research in abstract model checking, we present a new approach to inferring dependent types. Unlike many of the existing approaches, our approach does not rely on programmers to supply the candidate (or the correct) types for the recursive functions and instead does counterexample- guided refinement to automatically generate the set of candidate dependent types. The main idea is to extend the classical fixed-point type inference routine to return a counterexample if the program is found untypable with the current set of candidate types. Then, an interpolating theorem prover is used to validate the counterexample as a real type error or generate additional candidate dependent types to refute the spurious counterexample. The process is repeated until either a real type error is found or sufficient candidates are generated to prove the program typable. Our system makes non-trivial use of {"}linear{"} intersection types in the refinement phase. The paper presents the type inference system and reports on the experience with a prototype implementation that infers dependent types for a subset of the Ocaml language. The implementation infers dependent types containing predicates from the quantifier-free theory of linear arithmetic and equality with uninterpreted function symbols.",
keywords = "Counterexamples, Dependent types, Interpolation, Intersection types, Type inference",
author = "Tachio Terauchi",
year = "2010",
doi = "10.1145/1706299.1706315",
language = "English",
isbn = "9781605584799",
series = "Conference Record of the Annual ACM Symposium on Principles of Programming Languages",
pages = "119--130",
booktitle = "POPL'10 - Proceedings of the 37th Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages",
note = "37th Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, POPL'10 ; Conference date: 17-01-2010 Through 23-01-2010",
}