Sciweavers

122 search results - page 1 / 25
» Polymorphic variants in Haskell
Sort
View
HASKELL
2006
ACM
15 years 4 months ago
Polymorphic variants in Haskell
In languages that support polymorphic variants, a single variant value can be passed to many contexts that accept different sets of constructors. Polymorphic variants are potenti...
Koji Kagawa
SCP
2002
119views more  SCP 2002»
14 years 9 months ago
Polymorphic subtyping in O'Haskell
O'Haskell is a programming language derived from Haskell by the addition of concurrent reactive objects and subtyping. Because Haskell already encompasses an advanced type sy...
Johan Nordlander
ICFP
2008
ACM
15 years 10 months ago
FPH: first-class polymorphism for Haskell
Dimitrios Vytiniotis, Stephanie Weirich, Simon L. ...
FLOPS
2010
Springer
15 years 3 months ago
Tag-Free Combinators for Binding-Time Polymorphic Program Generation
Abstract. Binding-time polymorphism enables a highly flexible bindingtime analysis for offline partial evaluation. This work provides the tools to translate this flexibility into...
Peter Thiemann, Martin Sulzmann
APLAS
2005
ACM
15 years 3 months ago
A Simple Semantics for Polymorphic Recursion
Abstract. Polymorphic recursion is a useful extension of HindleyMilner typing and has been incorporated in the functional programming language Haskell. It allows the expression of ...
William L. Harrison