From 24a5124b2d026e5b3f73f8c72ae68d7d64094bdc Mon Sep 17 00:00:00 2001 From: Renegatto <46404781+Renegatto@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:22:55 +0300 Subject: [PATCH] Explicitly export term to reproduce the bug Signed-off-by: Renegatto <46404781+Renegatto@users.noreply.github.com> --- test/ps/golden/Golden/Issue37/Test.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ps/golden/Golden/Issue37/Test.purs b/test/ps/golden/Golden/Issue37/Test.purs index bd81f1a..dc9900e 100644 --- a/test/ps/golden/Golden/Issue37/Test.purs +++ b/test/ps/golden/Golden/Issue37/Test.purs @@ -1,4 +1,4 @@ -module Golden.Issue37.Test where +module Golden.Issue37.Test(baz) where import Prelude import Effect (Effect)