activity
20002005
most citedType Inference for Guarded Recursive Data Types

17 citations · 22 across the 5 of their papers we have counts for

collaborators

6 papers

cs.PL200517 cited

Type Inference for Guarded Recursive Data Types

Peter J. Stuckey, Martin Sulzmann

We consider type inference for guarded recursive data types (GRDTs) -- a recent generalization of algebraic data types. We reduce type inference for GRDTs to unification under a mi…

cs.PL2005

Improved Inference for Checking Annotations

Peter J Stuckey, Martin Sulzmann, Jeremy Wazny

We consider type inference in the Hindley/Milner system extended with type annotations and constraints with a particular focus on Haskell-style type classes. We observe that standa…

cs.LO2004

Removing Propagation Redundant Constraints in Redundant Modeling

Chiu Wo Choi, Jimmy Ho-Man Lee, Peter J. Stuckey

A widely adopted approach to solving constraint satisfaction problems combines systematic tree search with various degrees of constraint propagation for pruning the search space. O…

cs.AI20044 cited

Finite Domain Bounds Consistency Revisited

Chiu Wo Choi, Warwick Harvey, Jimmy Ho-Man Lee +1

A widely adopted approach to solving constraint satisfaction problems combines systematic tree search with constraint propagation for pruning the search space. Constraint propagati…

cs.PL20031 cited

The Chameleon Type Debugger (Tool Demonstration)

Peter J. Stuckey, Martin Sulzmann, Jeremy Wazny

In this tool demonstration, we give an overview of the Chameleon type debugger. The type debugger's primary use is to identify locations within a source program which are involved…

cs.PL2000

Type Classes and Constraint Handling Rules

Kevin Glynn, Martin Sulzmann, Peter J. Stuckey

Type classes are an elegant extension to traditional, Hindley-Milner based typing systems. They are used in modern, typed languages such as Haskell to support controlled overloadin…