Sciweavers

147 search results - page 1 / 30
» Expressive typing: a new way to sense typing pressure and it...
Sort
View
TCS
2008
13 years 6 months ago
A typed lambda calculus with intersection types
Intersection types are well-known to type theorists mainly for two reasons. Firstly, they type all and only the strongly normalizable lambda terms. Secondly, the intersection type...
Viviana Bono, Betti Venneri, Lorenzo Bettini
BMCBI
2007
117views more  BMCBI 2007»
13 years 7 months ago
Meta-analysis of several gene lists for distinct types of cancer: A simple way to reveal common prognostic markers
Background: Although prognostic biomarkers specific for particular cancers have been discovered, microarray analysis of gene expression profiles, supported by integrative analysis...
Xinan Yang, Xiao Sun
ICFP
2002
ACM
14 years 6 months ago
Typing dynamic typing
Even when programming in a statically typed language we every now and then encounter statically untypable values; such values result from interpreting values or from communicating...
Arthur I. Baars, S. Doaitse Swierstra
JFP
2007
136views more  JFP 2007»
13 years 6 months ago
Practical type inference for arbitrary-rank types
Haskell’s popularity has driven the need for ever more expressive type system features, most of which threaten the decidability and practicality of Damas-Milner type inference. ...
Simon L. Peyton Jones, Dimitrios Vytiniotis, Steph...