swarm/app
Ondřej Šebek f82a544cc5
Replace ReadableIORef with IO (#2098)
* replaces the `ReadableIORef a` with an `IO a`, by pre-applying `readIORef` to the `IORef a`

The result of `IO a` is immutable `a`, so this is even safer than a newtype that needs a carefully chosen export list.

Basically this removes one file and some boilerplate from `Web.hs`.
2024-08-08 20:48:58 +00:00
..
doc remove pandoc dependency from main game (#2084) 2024-07-30 00:57:36 +00:00
game Replace ReadableIORef with IO (#2098) 2024-08-08 20:48:58 +00:00
scene preview rendered world with inotify (#1756) 2024-01-31 19:23:43 +00:00
tournament Implement GitHub authentication (#1856) 2024-05-22 00:27:21 +00:00