Skip to content

Commit

Permalink
Merge pull request #448 from fused-effects/fix-haddock-error
Browse files Browse the repository at this point in the history
Fix syntax error in Haddock `@since` clause.
  • Loading branch information
patrickt committed Jun 19, 2023
2 parents 047c3cc + 3da6325 commit 77b51e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Carrier/Accum/Strict.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This carrier performs its append operations strictly and thus avoids the space l
These appends are left-associative; as such, @[]@ is a poor choice of monoid for computations that entail many calls to 'tell'.
The [Seq](http://hackage.haskell.org/package/containersdocs/Data-Sequence.html) or [DList](http://hackage.haskell.org/package/dlist) monoids may be a superior choice.
-- | @since 1.1.2.0
@since 1.1.2.0
-}

module Control.Carrier.Accum.Strict
Expand Down

0 comments on commit 77b51e9

Please sign in to comment.