From 06fa7aa2751c03bb2aad49e12b4273b9d97ebed8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 4 Aug 2015 15:49:31 +0200 Subject: typos and tagging --- provider/posts/beuteltier-1.lhs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/provider/posts/beuteltier-1.lhs b/provider/posts/beuteltier-1.lhs index c8f3e6c..9cc2364 100644 --- a/provider/posts/beuteltier-1.lhs +++ b/provider/posts/beuteltier-1.lhs @@ -1,6 +1,7 @@ --- title: On the Design of Overly Complicated Feedreaders published: 2015-08-04 +tags: Beuteltier --- I like feedreaders. @@ -32,7 +33,7 @@ of) access to what we call a backstore. A backstore is, to us, an instance of th typeclass `Beutel` which contains the most primitive of primitives for storing, searching for and deleting representations of the objects we care about from the store. -It is recommended that reader not try to follow the rest of this post linearly but start +It is recommended that the reader not try to follow the rest of this post linearly but start at the end with the definition of the `Beutel` class and work their way backwards. > {-# LANGUAGE FlexibleInstances, StandaloneDeriving, KindSignatures, MultiParamTypeClasses, TypeFamilies #-} @@ -186,7 +187,7 @@ to using a `Map` for reasons of deduplication. Inserting into a `Map` carries so guarantees that keys end up being unique. Note below: creation of a `SubObject` is an update. It is thus expected, that `SubObject`s -created at the same time as the `Object` they are associated to contain encode an update +created at the same time as the `Object` they are associated to encode an update time that matches the `Object`s creation time. > -- | Contents of an object -- cgit v1.2.3