mirror of
https://github.com/coot/free-category.git
synced 2024-11-27 05:55:47 +03:00
572 B
572 B
Free Category
This package introduces variouos encodings of free categories in Haskell.
Free categories are useful to model state machines in a simple yet type safe way. Read more here on a simple example of a finite state machine encoded using a free category using a simple GADT.