Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
haskell_type_system [2015/04/21 16:35]
nikolaj
haskell_type_system [2015/04/21 16:36]
nikolaj
Line 148: Line 148:
 The type system derives which fmap to use from the fact that we apply the construction to a list. The type system derives which fmap to use from the fact that we apply the construction to a list.
  
-The following example is the functor whose object map maps each type to a type which additionally contains ​the term '​$\text{Nothing}$':​+The following example is the functor whose object map maps each type to a type, where each of the old terms have a clone with the prefix '​$\text{Just}$',​ and there is more over an additional ​term called nothing ​'​$\text{Nothing}$':​
  
 <​code/​Haskell>​ <​code/​Haskell>​
Link to graph
Log In
Improvements of the human condition