diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-05 22:36:46 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-05 22:36:46 +0200 |
commit | 31755220d5a4b00ddf780bd6122512254cbb18f8 (patch) | |
tree | a470fef4af2a4d0b9d0ec46330ebdc8811130af9 /provider | |
parent | a986d02401388cd0c89a816a3307496d40d4c8bf (diff) | |
download | dirty-haskell.org-31755220d5a4b00ddf780bd6122512254cbb18f8.tar dirty-haskell.org-31755220d5a4b00ddf780bd6122512254cbb18f8.tar.gz dirty-haskell.org-31755220d5a4b00ddf780bd6122512254cbb18f8.tar.bz2 dirty-haskell.org-31755220d5a4b00ddf780bd6122512254cbb18f8.tar.xz dirty-haskell.org-31755220d5a4b00ddf780bd6122512254cbb18f8.zip |
Typo
Diffstat (limited to 'provider')
-rw-r--r-- | provider/posts/beuteltier-2.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provider/posts/beuteltier-2.lhs b/provider/posts/beuteltier-2.lhs index bca4c86..c60ba71 100644 --- a/provider/posts/beuteltier-2.lhs +++ b/provider/posts/beuteltier-2.lhs | |||
@@ -113,7 +113,7 @@ Sometimes we just really want to translate an `ObjectGen` to an `Object`. | |||
113 | > oMeta .= return (obj ^. oMeta') | 113 | > oMeta .= return (obj ^. oMeta') |
114 | 114 | ||
115 | We expect implementations of `insert` to perform what we call nubbing. That is removal of | 115 | We expect implementations of `insert` to perform what we call nubbing. That is removal of |
116 | 'Object's that are, in some sense, `Equivalent` to the new one we´re currently | 116 | `Object`s that are, in some sense, `Equivalent` to the new one we´re currently |
117 | inserting. Thus we provide a definition of what we mean, when we say `Equivalent`. | 117 | inserting. Thus we provide a definition of what we mean, when we say `Equivalent`. |
118 | 118 | ||
119 | > class Equivalent a where | 119 | > class Equivalent a where |