We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9908e commit 97cb780Copy full SHA for 97cb780
src/Control/Comonad/Traced/Class.purs
@@ -20,7 +20,7 @@ import Data.Tuple (Tuple(..))
20
-- | Laws:
21
-- |
22
-- | - `track mempty = extract`
23
--- | - `track s <<= track t x = track (s <> t) x`
+-- | - `(track s =<= track t) x = track (s <> t) x`
24
25
-- | For example:
26
0 commit comments