Sciweavers

439 search results - page 7 / 88
» Type invariants for Haskell
Sort
View
IFL
2007
Springer
110views Formal Methods» more  IFL 2007»
14 years 3 months ago
XHaskell - Adding Regular Expression Types to Haskell
Martin Sulzmann, Kenny Zhuo Ming Lu
APLAS
2008
ACM
13 years 11 months ago
Interface Types for Haskell
Peter Thiemann, Stefan Wehr

Book
594views
15 years 7 months ago
A Gentle Introduction to Haskell
The book covers the following topics: Values, Types, Functions, Case Expressions and Pattern Matching, Type Classes and Overloading, Input/Output, Standard Haskell Classes Monads,...
Paul Hudak, John Peterson, Joseph Fasel
ICFP
2004
ACM
14 years 9 months ago
Generics for the masses
A generic function is a function that can be instantiated on many data types to obtain data type specific functionality. Examples of generic functions are the functions that can b...
Ralf Hinze
AAIP
2009
13 years 6 months ago
Deriving a Relationship from a Single Example
Given an appropriate domain specific language (DSL), it is possible to describe the relationship between Haskell data types and many generic functions, typically type-class instan...
Neil Mitchell