skip to main content
10.1145/1411286acmconferencesBook PagePublication PagesicfpConference Proceedingsconference-collections
Haskell '08: Proceedings of the first ACM SIGPLAN symposium on Haskell
ACM2008 Proceeding
  • Program Chair:
  • Andy Gill
Publisher:
  • Association for Computing Machinery
  • New York
  • NY
  • United States
Conference:
ICFP08: ACM SIGPLAN International Conference on Functional Programming Victoria BC Canada 25 September 2008
ISBN:
978-1-60558-064-7
Published:
25 September 2008
Sponsors:
Next Conference
Bibliometrics
Skip Abstract Section
Abstract

Welcome to the 1st ACM SIGPLAN Haskell Symposium -- Haskell'08. The Haskell Symposium continues in the tradition of the Haskell Workshops; a forum for discussing experiences with Haskell, and exploring possible future developments for the language, including all aspects of the design, semantics, theory, application, implementation, and teaching of Haskell. The name change reflects the steady increase of influence of the Haskell Workshop on the wider community, as well as sustained high quality submissions making the acceptance process highly competitive.

The call for papers attracted 28 submissions. Each paper was given to three members to review, and in several cases additional reviews were solicited. The submissions were discussed during a 5 day virtual PC meeting using easychair, and the Program Committee selected ten submissions for presentation and publication in these proceedings.

Skip Table Of Content Section
SESSION: Session 1
research-article
Lightweight monadic regions

We present Haskell libraries that statically ensure the safe use of resources such as file handles. We statically prevent accessing an already closed handle or forgetting to close it. The libraries can be trivially extended to other resources such as ...

research-article
A library for light-weight information-flow security in haskell

Protecting confidentiality of data has become increasingly important for computing systems. Information-flow techniques have been developed over the years to achieve that purpose, leading to special-purpose languages that guarantee information-flow ...

research-article
Haskell session types with (almost) no class

We describe an implementation of session types in Haskell. Session types statically enforce that client-server communication proceeds according to protocols. They have been added to several concurrent calculi, but few implementations of session types ...

SESSION: Session 2
research-article
Smallcheck and lazy smallcheck: automatic exhaustive testing for small values

This paper describes two Haskell libraries for property-based testing. Following the lead of QuickCheck, these testing libraries SmallCheck and Lazy SmallCheck also use type-based generators to obtain test-sets of finite values for which properties are ...

research-article
Not all patterns, but enough: an automatic verifier for partial but sufficient pattern matching

We describe an automated analysis of Haskell 98 programs to check statically that, despite the possible use of partial (or non-exhaustive) pattern matching, no pattern-match failure can occur. Our method is an iterative backward analysis using a novel ...

research-article
Yi: an editor in haskell for haskell

Yi is a text editor written in Haskell and extensible in Haskell. We take advantage of Haskell's expressive power to define embedded DSLs that form the foundation of the editor. In turn, these DSLs provide a flexible mechanism to create extended ...

SESSION: Session 3
research-article
Haskell, do you read me?: constructing and composing efficient top-down parsers at runtime

The Haskell definition and implementation of read is far from perfect. In the first place read is not able to handle the associativities defined for infix operators. Furthermore, it puts constraints on the way show is defined, and especially forces it ...

research-article
Shared subtypes: subtyping recursive parametrized algebraic data types

A newtype declaration in Haskell introduces a new type renaming an existing type. The two types are viewed by the programmer as semantically different, but share the same runtime representation. When operations on the two semantic views coincide, the ...

research-article
Language and program design for functional dependencies

Eight years ago, functional dependencies, a concept from the theory of relational databases, were proposed as a mechanism for avoiding common problems with multiple parameter type classes in Haskell. In this context, functional dependencies give ...

SESSION: Session 4
research-article
Making monads first-class with template haskell

Monads as an organizing principle for programming and semantics are notoriously difficult to grasp, yet they are a central and powerful abstraction in Haskell. This paper introduces a domain-specific language, MonadLab, that simplifies the construction ...

research-article
Comparing libraries for generic programming in haskell

Datatype-generic programming is defining functions that depend on the structure, or "shape", of datatypes. It has been around for more than 10 years, and a lot of progress has been made, in particular in the lazy functional programming language Haskell. ...

research-article
Clase: cursor library for a structured editor

The zipper is a well known design pattern for providing a cursor-like interface to a data structure. However, the classic treatise by Huet (1) only scratches the surface of some of the potential applications of the zipper. In this work we have taken ...

research-article
Haskell: batteries included

The quality of a programming language itself is only one component in the ability of application writers to get the job done. Programming languages can succeed or fail based on the breadth and quality of their library collection. Over the last few years,...

Contributors
  • University of Kansas

Recommendations

Acceptance Rates

Haskell '08 Paper Acceptance Rate13of28submissions,46%Overall Acceptance Rate57of143submissions,40%
YearSubmittedAcceptedRate
Haskell '14281243%
Haskell '13331339%
Haskell '08281346%
Haskell '03301033%
Haskell '0224938%
Overall1435740%