File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import Data.Codec.Tuple
3939--
4040-- @
4141-- userCodec :: JSONCodec User
42- -- userCodec = obj "user object' $
42+ -- userCodec = obj "user object" $
4343-- User
4444-- $>> f_username >-< "user"
4545-- >>> f_userEmail >-< "email"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description:
1111 records in any Applicative context. All you need to do is provide a
1212 de\/serializer for every record field in any order you like, and you get
1313 a de\/serializer for the whole structure. The type system ensures that
14- you provide every record exactly once. It also includes a library for
14+ you provide every field exactly once. It also includes a library for
1515 general record construction in an Applicative context, of which creating
1616 codecs is just one application.
1717 .
You can’t perform that action at this time.
0 commit comments