Skip to content

Instantly share code, notes, and snippets.

@evincarofautumn
Created August 1, 2019 17:38
Show Gist options
  • Save evincarofautumn/fdad6a2783e88b11fb79b7dc601198a9 to your computer and use it in GitHub Desktop.
Save evincarofautumn/fdad6a2783e88b11fb79b7dc601198a9 to your computer and use it in GitHub Desktop.
ImportBlocks extension
-- 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