Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 294 Bytes

Readme.md

File metadata and controls

9 lines (6 loc) · 294 Bytes

Life Is A Comonad

Repo for my blog post on comonads.

Contains

  1. A Zipper implementation + Comonad instance
  2. A Store implementation + Comonad instance
  3. Conway's Game Of Life implementation using the Store comonad