We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45fda5 commit 22bf171Copy full SHA for 22bf171
1 file changed
database-generic/src/Database/Generic/Statement/Fields.hs
@@ -29,7 +29,7 @@ instance Serialize Order db => Serialize OrderedFields db where
29
-- | Fields 'fs' of 'a' that can be parsed into a 'b'.
30
class FieldsOf fs a b | fs -> a, fs -> b where
31
-- | The names of the fields to be selected.
32
- fieldNames :: fs -> [FieldName] -- TODO
+ fieldNames :: fs -> [FieldName]
33
34
-- | Ordered fields 'fs' of 'a'.
35
class OrderedFieldsOf fs a | fs -> a where
0 commit comments