From 037be2c14e9a501a51d713c8b804f06672e606c3 Mon Sep 17 00:00:00 2001 From: Ben Orchard Date: Fri, 5 Dec 2025 13:05:05 +0000 Subject: [PATCH] fix typo in Haddock docs for some --- src/Rel8/Query/List.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rel8/Query/List.hs b/src/Rel8/Query/List.hs index 0ba686bc..859ffab4 100644 --- a/src/Rel8/Query/List.hs +++ b/src/Rel8/Query/List.hs @@ -66,7 +66,7 @@ manyExpr :: Sql DBType a => Query (Expr a) -> Query (Expr [a]) manyExpr = aggregate listAggExpr --- | A version of 'many' specialised to single expressions. +-- | A version of 'some' specialised to single expressions. someExpr :: Sql DBType a => Query (Expr a) -> Query (Expr (NonEmpty a)) someExpr = aggregate1 nonEmptyAggExpr