Fix: missing close backquote on inline code.
This commit is contained in:
parent
84449daa5c
commit
1615048a31
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ Show
|
||||||
|
|
||||||
foldr _∷_ [] xs ≡ xs
|
foldr _∷_ [] xs ≡ xs
|
||||||
|
|
||||||
Show as a consequence of `foldr-++ above that
|
Show as a consequence of `foldr-++` above that
|
||||||
|
|
||||||
xs ++ ys ≡ foldr _∷_ ys xs
|
xs ++ ys ≡ foldr _∷_ ys xs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue