Sciweavers

316 search results - page 24 / 64
» Subtyping Union Types
Sort
View
ACL
2001
14 years 11 months ago
Tractability and Structural Closures in Attribute Logic Type Signatures
This paper considers three assumptions conventionally made about signatures in typed feature logic that are in potential disagreement with current practice among grammar developer...
Gerald Penn
64
Voted
JOT
2007
68views more  JOT 2007»
14 years 9 months ago
A Parameterized Type System for Simple Loose Ownership Domains
ome this restriction, we develop so-called loose domains which abstract over several precise domains. Similar to the relation between supertypes and subtypes, we get a relation bet...
Jan Schaefer, Arnd Poetzsch-Heffter
RECOMB
2004
Springer
15 years 3 months ago
Application of Kernel Method to Reveal Subtypes of TF Binding Motifs
Transcription factor binding sites often contain several subtypes of sequences that follow not just one but several different patterns. We developed a novel sensitive method based ...
Alexander E. Kel, Yuri Tikunov, Nico Voss, Jü...
ICFP
2003
ACM
15 years 9 months ago
Discriminative sum types locate the source of type errors
We propose a type system for locating the source of type errors in an applied lambda calculus with ML-style polymorphism. The system is based on discriminative sum types--known fr...
Matthias Neubauer, Peter Thiemann
90
Voted
ICFP
1999
ACM
15 years 2 months ago
Type Dispatch for Named Hierarchical Types
Type dispatch constructs are an important feature of many programming languages. Scheme has predicates for testing the runtime type of a value. Java has a class cast expression an...
Neal Glew