summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-08-14 14:16:56 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-08-14 14:16:56 +0200
commit0294f7185d7ec8e0555aabb6df29ed4ca60b3c36 (patch)
tree5a0a34984effc34254321dae6d668c1b2243d777
parent434c18eb5944bb4a2340623a3cfc0bf9ca9faad1 (diff)
downloaddirty-haskell.org-0294f7185d7ec8e0555aabb6df29ed4ca60b3c36.tar
dirty-haskell.org-0294f7185d7ec8e0555aabb6df29ed4ca60b3c36.tar.gz
dirty-haskell.org-0294f7185d7ec8e0555aabb6df29ed4ca60b3c36.tar.bz2
dirty-haskell.org-0294f7185d7ec8e0555aabb6df29ed4ca60b3c36.tar.xz
dirty-haskell.org-0294f7185d7ec8e0555aabb6df29ed4ca60b3c36.zip
fixed alignment typo
-rw-r--r--provider/posts/beuteltier-1.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider/posts/beuteltier-1.lhs b/provider/posts/beuteltier-1.lhs
index 9cc2364..0e69857 100644
--- a/provider/posts/beuteltier-1.lhs
+++ b/provider/posts/beuteltier-1.lhs
@@ -116,7 +116,7 @@ explicit lazyness and partial construction.
116> -- ^ An undetermined set of Metainformation 116> -- ^ An undetermined set of Metainformation
117> , _oContent :: f (Map SubObjectName (f SubObject)) 117> , _oContent :: f (Map SubObjectName (f SubObject))
118> -- ^ A list of undetermined length of undetermined 118> -- ^ A list of undetermined length of undetermined
119> 'SubObject's with guaranteed unique 'SubObjectName's 119> -- 'SubObject's with guaranteed unique 'SubObjectName's
120> , _oThunks :: f [f Thunk] 120> , _oThunks :: f [f Thunk]
121> -- ^ A list of undetermined length of undetermined Thunks. 121> -- ^ A list of undetermined length of undetermined Thunks.
122> -- There is such a thing as thunk colissions (i.e.: two 122> -- There is such a thing as thunk colissions (i.e.: two