From 57f171e41f3cd118b4b4c208529471e9bcaded50 Mon Sep 17 00:00:00 2001 From: Ollie Charles Date: Thu, 4 Mar 2021 13:18:19 +0000 Subject: [PATCH] Drop an incorrect comment --- src/Rel8.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Rel8.hs b/src/Rel8.hs index adaf61d..bb5d4b0 100644 --- a/src/Rel8.hs +++ b/src/Rel8.hs @@ -1002,7 +1002,6 @@ the Haskell decoding of rows containing @sql@ SQL expressions. class (ExprFor expr haskell, Table Expr expr) => Serializable expr haskell | expr -> haskell where lit :: haskell -> expr - -- TODO Don't use Applicative f, instead supply a htraverse function. We _don't_ want access to 'pure' rowParser :: forall f. Applicative f => (forall x. Typeable x => FieldParser x -> FieldParser (f x)) -> RowParser (f haskell)