Refactor concurrent side effects

This commit is contained in:
2022-10-30 14:55:30 +00:00
parent 11e873ea48
commit 624a4c3bcd
10 changed files with 56 additions and 47 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ firstWorldLoad theConfig = do
, _uvScreenLayers = [splashMenu]
, _uvIOEffects = return
, _uvTestString = testStringInit
, _uvConcEffects = NoConcEffect
, _uvSideEffects = mempty
, _uvCanContinue = cancontinue
, _uvMSeed = mseed
}