index
:
acms
main
union-forms
semantically versioned content management system
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontend
/
app
/
Effect.hs
blob: ad87d7260343b54a6e9f61aea803b94c654d39b4 (
plain
)
1
2
3
4
5
module
Effect
(
Eff
(
..
))
where
data
Eff
=
ReloadCollections
deriving
(
Show
,
Eq
)