From 0c968b7484f59a467e53031208ef3dd1e388c700 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sun, 13 Oct 2024 19:05:26 +0200 Subject: wip: add union forms - some suggestions I have not tested this, but I fixed the type errors. Maybe some of these thoughts help in some way in finishing the PR! :-) --- frontend/app/Form/Internal.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/app/Form/Internal.hs') diff --git a/frontend/app/Form/Internal.hs b/frontend/app/Form/Internal.hs index 35d59e7..6677b2d 100644 --- a/frontend/app/Form/Internal.hs +++ b/frontend/app/Form/Internal.hs @@ -3,6 +3,7 @@ module Form.Internal mapValues, runForm, optional, + IsEmpty (..), ) where -- cgit v1.2.3