blob: 7fe5847d72acca6079735dc87d1bdb24b1f0f249 (
plain)
1
2
3
4
5
6
7
8
|
{- Copyright 2016 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
module Types.Concurrency where
data Concurrency = NonConcurrent | Concurrent Int
|