From d3e0821b9c1551177afb34220d951b087acdea22 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 4 Feb 2025 22:30:34 +0100 Subject: Fixed a bug when a group function did not partition in the same way as the uniq parameter --- lib/expression/dune | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/expression/dune') diff --git a/lib/expression/dune b/lib/expression/dune index d141b7b..8bf6e62 100755 --- a/lib/expression/dune +++ b/lib/expression/dune @@ -7,6 +7,8 @@ importErrors ) (preprocess (pps - ppx_deriving.show - ppx_deriving.eq )) + ppx_deriving.ord + ppx_deriving.show + ppx_deriving.eq + )) ) -- cgit v1.2.3