Created
August 1, 2019 17:38
-
-
Save evincarofautumn/fdad6a2783e88b11fb79b7dc601198a9 to your computer and use it in GitHub Desktop.
ImportBlocks extension
This file contains hidden or 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
-- Put some layout keyword after imports so their bodies can be formatted as blocks | |
import Data.Foldable where | |
asum | |
import Control.Concurrent where | |
forkIO | |
threadDelay | |
import Control.Concurrent.STM where | |
atomically :: STM a -> IO a | |
retry | |
import Control.Concurrent.STM.TVar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment