-
Hugs 98
Note: Hugs is no longer in development. The content on these pages is provided as a historical reference and as a resource for those who are still interested in experimenting with or otherwise explori...
-
Downloads
The Haskell purely functional programming language home page.
-
Haskell Language
Type inference
You don't have to explicitly write out every type in a Haskell program. Types will be inferred by unifying every type bidirectionally. However, you can write out types if you choose, or...
-
Get Started
Get started
Get started
Welcome, new Haskeller! Read on to quickly set up your Haskell development environment, execute your first lines of code, and get directions for further learning.
Content
Set u...
-
Documentation
Documentation
This page lists various resources to help you with Haskell. Resources marked with [$] require payment.
If you are new to Haskell and are not sure where to start from, we recommend CIS194...
-
Introduction - HaskellWiki
Introduction
Haskell is a computer programming language. In particular, it is a
polymorphicallystatically typed, lazy, purely functional language,
quite different from most other programming languag...