Compilable version.

This commit is contained in:
Alexander Granin 2019-08-14 23:01:06 +07:00
parent 5ecf614bef
commit 82ed9c1cfa
8 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,7 @@ loadMeteorsCount st = do
Left err -> do
L.logError ("Failed to get meteors count: " <> show err)
pure 0
Right n -> pure 10
Right n -> pure n
dynamicsMonitor :: AppState -> L.LangL ()
dynamicsMonitor st = do

View File

@ -39,7 +39,6 @@ save' src = liftF $ Save dbkey dbval id
load'
:: forall entity dst db
. D.DBEntity db entity
=> D.AsKeyEntity db entity dst
=> D.AsValueEntity db entity dst
=> D.RawDBEntity db entity
=> Show (D.KeyEntity db entity)