Skip to content

Commit

Permalink
Fix haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed May 13, 2024
1 parent cb80885 commit 6ea30bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rhine/src/FRP/Rhine/ResamplingBuffer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import FRP.Rhine.Clock
{- | A stateful buffer from which one may 'get' a value,
or to which one may 'put' a value,
depending on the clocks.
`ResamplingBuffer`s can be clock-polymorphic,
'ResamplingBuffer's can be clock-polymorphic,
or specific to certain clocks.
* 'm': Monad in which the 'ResamplingBuffer' may have side effects
Expand Down
2 changes: 1 addition & 1 deletion rhine/src/FRP/Rhine/ResamplingBuffer/Collect.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import FRP.Rhine.ResamplingBuffer
import FRP.Rhine.ResamplingBuffer.Timeless

{- | Collects all input in a list, with the newest element at the head,
which is returned and emptied upon `get`.
which is returned and emptied upon 'get'.
-}
collect :: (Monad m) => ResamplingBuffer m cl1 cl2 a [a]
collect = timelessResamplingBuffer AsyncMealy {..} []
Expand Down

0 comments on commit 6ea30bf

Please sign in to comment.