This group contains assorted useful code snippets. Often written as a demonstration for a conversation elsewhere.
Code Snippets
As of March 2020, School of Haskell has been switched to read-only mode.
Small Arithmetic AST Example 5 Apr 2013davorak
No description given.
Zipper Tree Examples 20 Mar 2013davorak
Some examples of how to view and modify values in a tree using zippers from the lens package. This is a modification of the StackOverflow question: http://stackoverflow.com/q/15489324/128583