fixing doc.

This commit is contained in:
Kazu Yamamoto 2015-08-14 17:08:14 +09:00
parent 8a0c4be12b
commit 7af35a3850
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ foo xs = foldr bar id xs
bar = (:)
|<
C-xC-s highlights the 2nd line. C-c? displays the following:
C-xC-s highlights the 2nd line. M-? displays the following:
>|
Couldn't match type `[a -> a]' with `a -> a'
@ -139,7 +139,7 @@ foo xs = foldr _bar id xs
bar = (:)
|<
C-c? displays:
M-? displays:
>|
Found hole `_bar' with type: (a -> a) -> (a -> a) -> a -> a