Extract UnifyT into its own package and get an example going

This commit is contained in:
2023-03-03 23:19:52 -08:00
parent 7fc58ce0af
commit 755d514342
4 changed files with 43 additions and 107 deletions

View File

@@ -24,6 +24,7 @@ to generate this file without the comments in this block.
, "prelude"
, "transformers"
, "tuples"
, "unifyt"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]