Skip to content

Commit 76555a6

Browse files
committed
Fix doc comment syntax
1 parent d39fe9f commit 76555a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/Text/Cassette/Internal

src/Text/Cassette/Internal/Tr.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module Text.Cassette.Internal.Tr where
55
import Control.Category (Category(..))
66
import Prelude hiding (flip, id, (.))
77

8-
--- | The type of string transformers in CPS, /i.e./ functions from strings to
9-
--- strings.
8+
-- | The type of string transformers in CPS, /i.e./ functions from strings to
9+
-- strings.
1010
type C r = (String -> r) -> String -> r
1111

1212
-- | @'Tr' r r'@ is the type of string transformers with answer type

0 commit comments

Comments
 (0)