Merge pull request #427 from pedrominicz/dev

Fix: missing close backquote on inline code.
This commit is contained in:
Wen Kokke 2019-10-21 15:44:31 +01:00 committed by GitHub
commit 2975ebea1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -656,7 +656,7 @@ Show
foldr _∷_ [] xs ≡ xs
Show as a consequence of `foldr-++ above that
Show as a consequence of `foldr-++` above that
xs ++ ys ≡ foldr _∷_ ys xs