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/configuration/syntax.ml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/configuration/syntax.ml') diff --git a/lib/configuration/syntax.ml b/lib/configuration/syntax.ml index ee47277..9a0a706 100644 --- a/lib/configuration/syntax.ml +++ b/lib/configuration/syntax.ml @@ -53,6 +53,10 @@ module Extern = struct |> Otoml.table end +module ExpressionSet = Set.Make (struct + type t = Path.t ImportExpression.T.t [@@deriving show, eq, ord] +end) + type t = { version : int; locale : string option; -- cgit v1.2.3