-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplement TopLevel monad using
ReaderT (IORef TopLevelRW) IO
.
Previously it used `StateT TopLevelRW IO`. This change will make it possible to preserve state changes that have been made before an exception is thrown.
- Loading branch information
Brian Huffman
committed
Jun 22, 2021
1 parent
4254dd0
commit 9c2ee9d
Showing
2 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters