projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee35227
)
fix bug in sample code
author
Simon Marlow
<simonmar@microsoft.com>
Fri, 21 Jul 2006 08:32:00 +0000
(08:32 +0000)
committer
Simon Marlow
<simonmar@microsoft.com>
Fri, 21 Jul 2006 08:32:00 +0000
(08:32 +0000)
docs/users_guide/glasgow_exts.xml
patch
|
blob
|
history
diff --git
a/docs/users_guide/glasgow_exts.xml
b/docs/users_guide/glasgow_exts.xml
index
6b41b39
..
9c1b2c7
100644
(file)
--- a/
docs/users_guide/glasgow_exts.xml
+++ b/
docs/users_guide/glasgow_exts.xml
@@
-617,7
+617,7
@@
clunky env var1 var1 = case lookup env var1 of
Nothing -> fail
Just val2 -> val1 + val2
where
- fail = val1 + val2
+ fail = var1 + var2
</programlisting>
<para>