From 22825f76ec58c264acb4d8d163bc91685e8788c1 Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Sun, 4 Jun 2023 10:54:20 +0200 Subject: [PATCH] Export all Control.Arrow.Free.Arr constructor --- src/Control/Arrow/Free.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Control/Arrow/Free.hs b/src/Control/Arrow/Free.hs index 3f5fa44..6d15681 100644 --- a/src/Control/Arrow/Free.hs +++ b/src/Control/Arrow/Free.hs @@ -11,7 +11,7 @@ module Control.Arrow.Free ( -- * Free arrow - Arr (Id, Arr, Prod) + Arr (..) , arrArr , liftArr , mapArr