Export ThreadAction' type

This commit is contained in:
Michael Walker 2015-07-08 20:05:58 +01:00
parent 6e01de2e85
commit e92d639537
3 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,7 @@ module Test.DejaFu.Deterministic
, Trace
, Decision(..)
, ThreadAction(..)
, ThreadAction'(..)
, CVarId
, CRefId
, MaskingState(..)

View File

@ -59,6 +59,7 @@ module Test.DejaFu.Deterministic.IO
, Trace
, Decision(..)
, ThreadAction(..)
, ThreadAction'(..)
, CVarId
, MaskingState(..)
, showTrace

View File

@ -27,6 +27,7 @@ module Test.DejaFu.Deterministic.Internal
, Trace
, Decision(..)
, ThreadAction(..)
, ThreadAction'(..)
, showTrace
-- * Failures