We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1676e26 commit 037be2cCopy full SHA for 037be2c
src/Rel8/Query/List.hs
@@ -66,7 +66,7 @@ manyExpr :: Sql DBType a => Query (Expr a) -> Query (Expr [a])
66
manyExpr = aggregate listAggExpr
67
68
69
--- | A version of 'many' specialised to single expressions.
+-- | A version of 'some' specialised to single expressions.
70
someExpr :: Sql DBType a => Query (Expr a) -> Query (Expr (NonEmpty a))
71
someExpr = aggregate1 nonEmptyAggExpr
72
0 commit comments