Fix documentation headers
This commit is contained in:
parent
7ff2746ab4
commit
55061adc1b
|
@ -26,7 +26,7 @@ interface Profunctor p => Closed p where
|
|||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
-- Implementations for existing types
|
||||
-- Implementations
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ unright = costrongr {ten=Either}
|
|||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
-- Implementations for existing types
|
||||
-- Implementations
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ interface (Traversing p, Closed p) => Mapping p where
|
|||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
-- Implementations for existing types
|
||||
-- Implementations
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -53,7 +53,7 @@ export
|
|||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
-- Implementations for existing types
|
||||
-- CofreeMapping
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@ strong f = dimap dup (uncurry $ flip f) . first
|
|||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
-- Implementations for existing types
|
||||
-- Implementations
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -85,6 +85,11 @@ interface (Strong p, Choice p) => Traversing p where
|
|||
wander f = dimap (\s => MkBaz $ \afb => f afb s) sold . traverse'
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
-- Implementations
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
export
|
||||
Traversing Morphism where
|
||||
traverse' (Mor f) = Mor (map f)
|
||||
|
|
Loading…
Reference in a new issue