summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Control/Concurrent/Lifted/Instrument.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Control/Concurrent/Lifted/Instrument.hs b/src/Control/Concurrent/Lifted/Instrument.hs
index 7ee78c8b..9a409569 100644
--- a/src/Control/Concurrent/Lifted/Instrument.hs
+++ b/src/Control/Concurrent/Lifted/Instrument.hs
@@ -25,7 +25,7 @@ data PerThread = PerThread
25 } 25 }
26 deriving (Eq,Ord,Show) 26 deriving (Eq,Ord,Show)
27 27
28data GlobalState = GlobalState 28newtype GlobalState = GlobalState
29 { threads :: Map.Map ThreadId PerThread 29 { threads :: Map.Map ThreadId PerThread
30 } 30 }
31 31