Haskell/YAHT/Type advanced/Solutions

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search
Haskell
Haskellwiki logo.png
Yet Another Haskell Tutorial
Preamble
Introduction
Getting Started
Language Basics (Solutions)
Type Basics (Solutions)
IO (Solutions)
Modules (Solutions)
Advanced Language (Solutions)
Advanced Types (Solutions)
Monads (Solutions)
Advanced IO
Recursion
Complexity

Contents

[edit] Type Synonyms

[edit] Newtypes

[edit] Datatypes

[edit] Strict Fields

[edit] Classes

[edit] Pong

[edit] Computations

[edit] Instances

[edit] Kinds

[edit] Class Hierarchies

[edit] Default