aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/app/Form/Internal.hs
diff options
context:
space:
mode:
authorLibravatar KierĂ¡n Meinhardt <kmein@posteo.de>2024-10-13 15:09:21 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-19 18:09:40 +0100
commitfe07f05b8e4f0c7e6eec2714ee1ed5a67b227eda (patch)
treed95d66c13d77a91fe5e2f07e1b5c4c8652c48fb8 /frontend/app/Form/Internal.hs
parentd0d1215913dbdd44b62cf584100a9db18aaf83b2 (diff)
add forms for unions
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