Understanding functional dependencies via constraint handling rules

  • Authors:
  • Martin Sulzmann;Gregory J. Duck;Simon Peyton-Jones;Peter J. Stuckey

  • Affiliations:
  • School of Computing, National University of Singapore, S16 Level 5, 3 Science Drive 2, Singapore 117543 (e-mail: sulzmann@comp.nus.edu.sg);NICTA Victoria Laboratory, Department of Computer Science and Software Engineering, University of Melbourne, 3010 Vic, Australia (e-mail: gjd@cs.mu.oz.au);Microsoft Research Ltd, 7 JJ Thomson Avenue, Cambridge CB3 0FB, UK (e-mail: simonpj@microsoft.com);NICTA Victoria Laboratory, Department of Computer Science and Software Engineering, University of Melbourne, Vic 3010, Australia (e-mail: pjs@cs.mu.oz.au)

  • Venue:
  • Journal of Functional Programming
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Functional dependencies are a popular and useful extension to Haskell style type classes. We give a reformulation of functional dependencies in terms of Constraint Handling Rules (CHRs). In previous work, CHRs have been employed for describing user-programmable type extensions in the context of Haskell style type classes. Here, we make use of CHRs to provide for the first time a concise result that under some sufficient conditions, functional dependencies allow for sound, complete and decidable type inference. The sufficient conditions imposed on functional dependencies can be very limiting. We show how to safely relax these conditions and suggest several sound extensions of functional dependencies. Our results allow for a better understanding of functional dependencies and open up the opportunity for new applications.