Sciweavers

1982 search results - page 25 / 397
» Parametricity and dependent types
Sort
View
LFP
1990
96views more  LFP 1990»
15 years 5 months ago
Static Dependent Types for First Class Modules
Mark A. Sheldon, David K. Gifford
JFP
2000
75views more  JFP 2000»
15 years 4 months ago
Do we need dependent types?
Daniel Fridlender, Mia Indrika
TLDI
2010
ACM
218views Formal Methods» more  TLDI 2010»
16 years 1 months ago
Pointwise generalized algebraic data types
In the GADT (Generalized Algebraic Data Types) type system, a pattern-matching branch can draw type information from both the scrutinee type and the data constructor type. Even th...
Chuan-kai Lin, Tim Sheard
OOPSLA
1995
Springer
15 years 7 months ago
Subtypes vs. Where Clauses: Constraining Parametric Polymorphism
All object-oriented languages provide support for subtype polymorphism, which allows the writing of generic code that works for families of related types. There is also a need, ho...
Mark Day, Robert Gruber, Barbara Liskov, Andrew C....