diff options
Diffstat (limited to 'Hero/Client.hs')
-rw-r--r-- | Hero/Client.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Hero/Client.hs b/Hero/Client.hs index 5429855..a2dbbec 100644 --- a/Hero/Client.hs +++ b/Hero/Client.hs @@ -68,6 +68,7 @@ main = miso $ \currentURI -> App {model = initModel currentURI, ..} events = defaultEvents initialAction = NoOp mountPoint = Nothing + logLevel = DebugPrerender (∈) :: Ord a => a -> Set a -> Bool (∈) = Set.member |