aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/app/Form/Internal.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-10-13 19:05:26 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-10-13 19:49:46 +0200
commit0c968b7484f59a467e53031208ef3dd1e388c700 (patch)
tree13c44a9381ca4d938093b5a065358b3c73dd787d /frontend/app/Form/Internal.hs
parent962f04ddc339db8e1f10e5f4eb68c0d5039e1e5e (diff)
wip: add union forms - some suggestionsunion-forms
I have not tested this, but I fixed the type errors. Maybe some of these thoughts help in some way in finishing the PR! :-)
Diffstat (limited to 'frontend/app/Form/Internal.hs')
-rw-r--r--frontend/app/Form/Internal.hs1
1 files changed, 1 insertions, 0 deletions
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