haskell garden
Search
CTRL + K
haskell garden
Search
CTRL + K
ox_fp
definitions
2 definitions
2.1 a problem to be solved
2.2 numbers less than 10
2.3 numbers less than 100
2.4 numbers less than a 1000 and less than 1000000
2.5 local definitions let expressions and where clauses
2.6 offside rule
2.7 a note about whole-number arithmetic
exercises
1 exercises
2 exercises
3 exercises
exercises
expressions
3 expressions types and parametric polymorphism
3.1 well formed well typed expressions
3.2 names and operators
3.3 types
3.4 polymorphic types
3.5 selectors, discriminators, deconstructors
3.6 type inference
functions
1 function and lists
1.1 programs as functions
1.2 types
1.3 sequences (lists)
1.4 script files
1.5 composition of functions
1.6 example most common words in a text
1.7 how to read haskell expressions
oxford functional programming
precursor
conventions
ide support
installing haskell
running haskell
Functional Programming
oxford functional programming
This utilizes course notes course notes, sent from Malaika. Thanks!
table of contents:
1 function and lists
2 definitions
3 expressions types and parametric polymorphism
exercises:
1 exercises
2 exercises