diff options
-rw-r--r-- | provider/posts/beuteltier-1.lhs | 2 |
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 |