Sciweavers

645 search results - page 12 / 129
» Pure patterns type systems
Sort
View
SIGMOD
2000
ACM
236views Database» more  SIGMOD 2000»
15 years 4 months ago
XTRACT: A System for Extracting Document Type Descriptors from XML Documents
XML is rapidly emerging as the new standard for data representation and exchange on the Web. An XML document can be accompanied by a Document Type Descriptor (DTD) which plays the...
Minos N. Garofalakis, Aristides Gionis, Rajeev Ras...
ICFP
2006
ACM
15 years 11 months ago
Extensible programming with first-class cases
We present language mechanisms for polymorphic, extensible records and their exact dual, polymorphic sums with extensible first-class cases. These features make it possible to eas...
Matthias Blume, Umut A. Acar, Wonseok Chae
IWANN
1999
Springer
15 years 4 months ago
Pattern Recognition System with Top-Down Process of Mental Rotation
A new model which can recognize rotated, distorted, scaled, shifted and noised patterns is proposed. The model is constructed based on psychological experiments in a mental rotatio...
Shunji Satoh, Hirotomo Aso, Shogo Miyake, Jousuke ...
ITP
2010
172views Mathematics» more  ITP 2010»
15 years 3 months ago
Equations: A Dependent Pattern-Matching Compiler
Abstract. We present a compiler for definitions made by pattern matching on inductive families in the Coq system. It allows to write structured, recursive dependently-typed functi...
Matthieu Sozeau
TLDI
2010
ACM
218views Formal Methods» more  TLDI 2010»
15 years 8 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