packages feed

purescript-0.15.1: tests/purs/passing/4105/Lib.purs

module Lib where

type Template col = { bio :: col String }
type Identity a = a
type Patch = Template Identity