From c7b1afca8252982c3300fd573bbf3ba6e041e4b1 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 10 Apr 2017 10:31:54 +0200 Subject: [PATCH] missing alias --- src/core/containers.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/containers.ml b/src/core/containers.ml index 1373d929..399cee45 100644 --- a/src/core/containers.ml +++ b/src/core/containers.ml @@ -26,6 +26,7 @@ module Char = struct include Char include (CCChar : module type of CCChar with type t := t) end +module Equal = CCEqual module Float = CCFloat module Format = struct include Format