Skip to content

Commit 22bf171

Browse files
committed
cleanup
1 parent d45fda5 commit 22bf171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • database-generic/src/Database/Generic/Statement

database-generic/src/Database/Generic/Statement/Fields.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ instance Serialize Order db => Serialize OrderedFields db where
2929
-- | Fields 'fs' of 'a' that can be parsed into a 'b'.
3030
class FieldsOf fs a b | fs -> a, fs -> b where
3131
-- | The names of the fields to be selected.
32-
fieldNames :: fs -> [FieldName] -- TODO
32+
fieldNames :: fs -> [FieldName]
3333

3434
-- | Ordered fields 'fs' of 'a'.
3535
class OrderedFieldsOf fs a | fs -> a where

0 commit comments

Comments
 (0)