Tehnix / playground-haskell

Fun with various Haskell libraries and techniques

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell Playground

This repo contains small Haskell playgrounds, allowing me to quickly prototype and test out new libraries, ideas and concepts. Currently you can find:

  • freer-simple-fun: which is an exploration of using extensible effects, specifically via the freer-simple library
  • optics-fun: which is testing out the newly released optics library, showcasing handling nested records
  • stm-fun: which is a small demonstration of using blocking on TVars between a REPL and evaluation function

About

Fun with various Haskell libraries and techniques


Languages

Language:Haskell 100.0%