diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-15 14:08:14 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-15 14:08:14 +0000 |
commit | c76348fc03f302ffd8201b912eef4724b3fa60a4 (patch) | |
tree | 7d59d5972cfae33fbcaa9cc9b1a369e9e3375da0 | |
parent | 236d504fc85de0749e7ed33dc4c067488ae04e3f (diff) | |
download | haskell-c76348fc03f302ffd8201b912eef4724b3fa60a4.tar.gz |
Fix typo
-rw-r--r-- | compiler/simplCore/Simplify.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/Simplify.lhs b/compiler/simplCore/Simplify.lhs index 5d8e0a2da0..379fce1555 100644 --- a/compiler/simplCore/Simplify.lhs +++ b/compiler/simplCore/Simplify.lhs @@ -2244,7 +2244,7 @@ The desire not to duplicate is the entire reason that mkDupableCont returns a pair of continuations. -Note [Single-atlernative cases] +Note [Single-alternative cases] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This case is just like the ArgOf case. Here's an example: data T a = MkT !a |