Skip to content

Commit ae76227

Browse files
committed
Merge pull request #20 from rdesfo/master
fix constraint typo
2 parents 423789c + 0e7482b commit ae76227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outline/intermediate-haskell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ preludes (in alphabetical order).
165165
* [Primitive Haskell](../content/primitive-haskell.md)
166166
* https://wiki.haskell.org/Evaluation_order_and_state_tokens
167167
* Cabal trickery for backwards compatibility: Cabal CPP macros. Paths module. Flags. How to test for windows. Defaulting macros for ghci. Flags to either use new library version or another package (bytestring-builder) and set a CPP variable.
168-
* [Constraitn trick for instances](http://chrisdone.com/posts/haskell-constraint-trick); perhaps we can have a section for common type patterns (newtypes an obvious one, and also for example using Rank-N types to store a generic function in a data structure, versus existential types to store generic data).
168+
* [Constraint trick for instances](http://chrisdone.com/posts/haskell-constraint-trick); perhaps we can have a section for common type patterns (newtypes an obvious one, and also for example using Rank-N types to store a generic function in a data structure, versus existential types to store generic data).
169169

170170
## Database Programming
171171

0 commit comments

Comments
 (0)