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 7a691ce commit cdcc13eCopy full SHA for cdcc13e
src/Data/Semigroup/Last.purs
@@ -8,7 +8,7 @@ import Data.Ord (class Ord1)
8
-- | Semigroup where `append` always takes the second option.
9
-- |
10
-- | ``` purescript
11
--- | Last x <> Last y == Last x
+-- | Last x <> Last y == Last y
12
-- | ```
13
newtype Last a = Last a
14
0 commit comments