Typeclasses for binary serialization in PureScript. Note: Although this library shares a lot of features similar to the cereal library from Haskell, it is not yet compatible.
PureScript supports type classes via the class and instance keywords. PureScript implements a form of instance chains that work on groups of instances matching by parameters. This means that ...