From 0448f3fdbbc1bd5a541e7aedcd5fd7c30d25fe85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dierk=20K=C3=B6nig?= Date: Mon, 24 Sep 2018 21:46:55 +0200 Subject: [PATCH] added conduit to the related projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d151e4bb..7ed387ee 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ Related Projects * [An efficient Frege Ray-Tracer](https://github.com/mchav/Frege-RayTracer), by Michael Chavinda * [Frege Chat](https://github.com/Dierk/FregeChat), Winner at JavaOne 2016 language competition, Dierk König * [ProB Parser Library](https://github.com/bendisposto/probparsers) by Markus Brenneis (@mabre) and Jens Bendisposto (editor), University Düsseldorf +* [Conduit in Frege](https://github.com/matil019/frege-conduit) a port of the Haskell conduit library. Contributions -------------