1 2 3 4 5 6 7 8
module Effect (Eff (..)) where import Miso.String (MisoString) data Eff = ReloadCollections | Log MisoString deriving (Show, Eq)