Skip to content

Commit 1b16d8b

Browse files
authored
Merge pull request #101 from Thimoteus/master
fixes #100
2 parents 5b9908e + 97cb780 commit 1b16d8b

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)