Skip to content

Commit

Permalink
Merge pull request #101 from Thimoteus/master
Browse files Browse the repository at this point in the history
fixes #100
  • Loading branch information
garyb authored Aug 22, 2017
2 parents 5b9908e + 97cb780 commit 1b16d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Comonad/Traced/Class.purs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Data.Tuple (Tuple(..))
-- | Laws:
-- |
-- | - `track mempty = extract`
-- | - `track s <<= track t x = track (s <> t) x`
-- | - `(track s =<= track t) x = track (s <> t) x`
-- |
-- | For example:
-- |
Expand Down

0 comments on commit 1b16d8b

Please sign in to comment.