Skip to content

Commit 97cb780

Browse files
committed
fixes #100
1 parent 5b9908e commit 97cb780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Comonad/Traced/Class.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import Data.Tuple (Tuple(..))
2020
-- | Laws:
2121
-- |
2222
-- | - `track mempty = extract`
23-
-- | - `track s <<= track t x = track (s <> t) x`
23+
-- | - `(track s =<= track t) x = track (s <> t) x`
2424
-- |
2525
-- | For example:
2626
-- |

0 commit comments

Comments
 (0)