Sciweavers

439 search results - page 18 / 88
» Type invariants for Haskell
Sort
View
ISER
1995
Springer
157views Robotics» more  ISER 1995»
14 years 16 days ago
Robotic Perception of Material: Experiments with Shape-Invariant Acoustic Measures of Material Type
We present an active approach for discriminating different materials by impulsively contacting (hitting) them, and sensing and interpreting the resulting sounds. In theory, the an...
Eric Krotkov, Roberta L. Klatzky, Nina B. Zumel
TPHOL
2008
IEEE
14 years 3 months ago
First-Class Type Classes
Abstract. Type Classes have met a large success in Haskell and Isabelle, as a solution for sharing notations by overloading and for specith abstract structures by quantification o...
Matthieu Sozeau, Nicolas Oury
FP
1995
110views Formal Methods» more  FP 1995»
14 years 16 days ago
Using Types to Parse Natural Language
We describe a natural language parser that uses type information to determine the grammatical structure of simple sentences and phrases. This stands in contrast to studies of type...
Mark P. Jones, Paul Hudak, Sebastian Shaumyan
ASPLOS
2006
ACM
14 years 3 months ago
Type inference for unboxed types and first class mutability
Systems programs rely on fine-grain control of data representation and use of state to achieve performance, conformance to hardware specification, and temporal predictability. T...
Swaroop Sridhar, Jonathan S. Shapiro
PRICAI
2004
Springer
14 years 2 months ago
Power of Brute-Force Search in Strongly-Typed Inductive Functional Programming Automation
Abstract. A successful case of applying brute-force search to functional programming automation is presented and compared with a conventional genetic programming method. From the i...
Susumu Katayama