Sciweavers

121 search results - page 6 / 25
» Parametric polymorphism for XML
Sort
View
MSCS
2010
86views more  MSCS 2010»
13 years 8 months ago
Realisability semantics of parametric polymorphism, general references and recursive types
tations of imperative abstract data types.
Lars Birkedal, Kristian Støvring, Jacob Tha...
ESOP
2004
Springer
14 years 3 months ago
Answer Type Polymorphism in Call-by-Name Continuation Passing
Abstract. This paper studies continuations by means of a polymorphic type system. The traditional call-by-name continuation passing style transform admits a typing in which some an...
Hayo Thielecke
INFSOF
2006
120views more  INFSOF 2006»
13 years 9 months ago
A comparison of two approaches to utilizing XML in parametric databases for temporal data
The parametric data model captures an object in terms of a single tuple. This feature eliminates unnecessary self-join operations to combine tuples scattered in a temporal relatio...
Seo-Young Noh, Shashi K. Gadia
DLS
2007
159views Languages» more  DLS 2007»
14 years 1 months ago
Relationally-parametric polymorphic contracts
The analogy between types and contracts raises the question of how many features of static type systems can be expressed as dynamic contracts. An important feature missing in prio...
Arjun Guha, Jacob Matthews, Robert Bruce Findler, ...
HASKELL
2006
ACM
14 years 3 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