Skip to content

Commit 2f28b89

Browse files
committed
io-sim: made Output strict in Dynamic argument
1 parent b61e23a commit 2f28b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-sim/src/Control/Monad/IOSim/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ data SimA s a where
161161
Return :: a -> SimA s a
162162

163163
Say :: String -> SimA s b -> SimA s b
164-
Output :: Dynamic -> SimA s b -> SimA s b
164+
Output :: !Dynamic -> SimA s b -> SimA s b
165165

166166
LiftST :: StrictST.ST s a -> (a -> SimA s b) -> SimA s b
167167

0 commit comments

Comments
 (0)