Navigation
index
next
|
previous
|
WTOPIA v1.0 documentation
»
Haskell
»
Learn You a Haskell for Great Good!
»
8. Making Our Own Types and Typeclasses
¶
Algebraic data types intro
¶
Record syntax
¶
Type parameters
¶
Derived instances
¶
Type synonyms
¶
Recursive data structures
¶
Typeclasses 102
¶
A yes-no typeclass
¶
The Functor typeclass
¶
Kinds and some type-foo
¶
Table Of Contents
8. Making Our Own Types and Typeclasses
Algebraic data types intro
Record syntax
Type parameters
Derived instances
Type synonyms
Recursive data structures
Typeclasses 102
A yes-no typeclass
The Functor typeclass
Kinds and some type-foo
Previous topic
7. Modules
Next topic
9. Input and Output
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
previous
|
WTOPIA v1.0 documentation
»
Haskell
»
Learn You a Haskell for Great Good!
»