Sciweavers

424 search results - page 4 / 85
» types 1999
Sort
View
DCC
1999
IEEE
14 years 9 months ago
Jacobi Polynomials, Type II Codes, and Designs
Alexis Bonnecaze, Bernard Mourrain, Patrick Sol&ea...
DM
1999
56views more  DM 1999»
14 years 9 months ago
Niemeier lattices and Type II codes over Z4
Alexis Bonnecaze, Philippe Gaborit, Masaaki Harada...
FLOPS
1999
Springer
15 years 2 months ago
Using Types as Approximations for Type Checking Prolog Programs
Abstract. Subtyping tends to undermine the effects of parametric polymorphism as far as the static detection of type errors is concerned. Starting with this observation we present...
Christoph Beierle, Gregor Meyer
ICFP
1999
ACM
15 years 2 months ago
Type Inference with Rank 1 Polymorphism for Type-Directed Compilation of ML
This paper defines an extended polymorphic type system for an ML-style programming language, and develops a sound and complete type inference algorithm. Different from the conve...
Atsushi Ohori, Nobuaki Yoshida
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