Sciweavers

1003 search results - page 7 / 201
» Type Inference with Inequalities
Sort
View
CORR
2009
Springer
85views Education» more  CORR 2009»
13 years 5 months ago
Type Inference for Deadlock Detection in a Multithreaded Polymorphic Typed Assembly Language
Vasco Thudichum Vasconcelos, Francisco Martins, Ti...
ICFP
2004
ACM
14 years 7 months ago
Types, potency, and idempotency: why nonlinearity and amnesia make a type system work
Useful type inference must be faster than normalization. Otherwise, you could check safety conditions by running the program. We analyze the relationship between bounds on normali...
Harry G. Mairson, Peter Møller Neergaard
JFP
2008
97views more  JFP 2008»
13 years 6 months ago
HM(X) type inference is CLP(X) solving
The HM(X) system is a generalization of the Hindley/Milner system parameterized in the constraint domain X. Type inference is performed by generating constraints out of the progra...
Martin Sulzmann, Peter J. Stuckey
SAS
2004
Springer
105views Formal Methods» more  SAS 2004»
14 years 25 days ago
Type Inference Against Races
Abstract. The race condition checker rccjava uses a formal type system to statically identify potential race conditions in concurrent Java programs, but it requires programmer-supp...
Cormac Flanagan, Stephen N. Freund
PPDP
2009
Springer
14 years 2 months ago
Dependent type inference with interpolants
We propose a novel type inference algorithm for a dependentlytyped functional language. The novel features of our algorithm are: (i) it can iteratively refine dependent types wit...
Hiroshi Unno, Naoki Kobayashi