From 7aad52602ff127770235208a4c7570b9173f9f17 Mon Sep 17 00:00:00 2001 From: Apoorv Ingle <1269003+fxdpntthm@users.noreply.github.com> Date: Thu, 4 Aug 2022 21:34:40 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81e91270ff..b2f0a598e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ The Glorioustest Haskell Compiler (Forked from The Glasgow Haskell Compiler) ============================== +This is the artifact for Haskell'22's paper titled Partial Type Constructors in Practice. How to I setup this code with partial type constructors and run the programs? **TL;DR**