We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39fe9f commit 76555a6Copy full SHA for 76555a6
1 file changed
src/Text/Cassette/Internal/Tr.hs
@@ -5,8 +5,8 @@ module Text.Cassette.Internal.Tr where
5
import Control.Category (Category(..))
6
import Prelude hiding (flip, id, (.))
7
8
---- | The type of string transformers in CPS, /i.e./ functions from strings to
9
---- strings.
+-- | The type of string transformers in CPS, /i.e./ functions from strings to
+-- strings.
10
type C r = (String -> r) -> String -> r
11
12
-- | @'Tr' r r'@ is the type of string transformers with answer type
0 commit comments