mirror of
https://github.com/barrucadu/dejafu.git
synced 2025-01-03 19:22:46 +03:00
hlint fixes
This commit is contained in:
parent
20a18ae598
commit
05741e1cd8
@ -1,5 +1,4 @@
|
||||
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||
{-# LANGUAGE RankNTypes #-}
|
||||
{-# LANGUAGE RankNTypes #-}
|
||||
|
||||
-- | Systematic testing for concurrent computations.
|
||||
module Test.DejaFu.SCT
|
||||
@ -205,7 +204,7 @@ pBacktrack = preempBacktrack isCommit
|
||||
-- that it does not count pre-emptive context switches to a commit
|
||||
-- thread.
|
||||
pBound :: PreemptionBound -> BoundFunc ThreadId ThreadAction Lookahead
|
||||
pBound (PreemptionBound pb) ts dl = preEmpCount ts dl <= pb where
|
||||
pBound (PreemptionBound pb) ts dl = preEmpCount ts dl <= pb
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
-- Fair bounding
|
||||
|
Loading…
Reference in New Issue
Block a user