Skip to content

Commit

Permalink
FIXUP fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed May 13, 2024
1 parent fb0b505 commit 76dffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhine/src/FRP/Rhine/SN/Free.hs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ eraseClockResBuf _ orderedPositions resbuf0 =
(Nothing, _) -> returnA -< resbuf
(Just ti, Present a) -> do
arrM $ uncurry $ uncurry put -< ((resbuf, ti), a)
_ -> error "eraseClockSNComponent: internal error (Resampling)" -< ()
_ -> error "eraseClockResBuf: internal error" -< ()
case projectPosition posOut $ getTick tick of
Nothing -> returnA -< (Absent, resbuf')
Just ti -> do
Expand Down

0 comments on commit 76dffde

Please sign in to comment.