mirror of
https://github.com/ekmett/speculation.git
synced 2024-11-26 11:44:15 +03:00
remove unused constraint
This commit is contained in:
parent
031cf37899
commit
a28de13a26
@ -203,7 +203,7 @@ instance Applicative (IntAccumR s) where
|
||||
-- applicative composition with a strict integer state applicative
|
||||
newtype AccT m a = AccT (Int# -> Acc (m a))
|
||||
|
||||
runAccT :: Applicative m => AccT m a -> Int -> m a
|
||||
runAccT :: AccT m a -> Int -> m a
|
||||
runAccT (AccT m) (I# i) = extractAcc (m i)
|
||||
{-# INLINE runAccT #-}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user