From 13ce8e47733ca6354d5700bc2d0932da5416b13a Mon Sep 17 00:00:00 2001 From: John Else Date: Fri, 6 Nov 2015 20:40:34 +0000 Subject: [PATCH] Remove unused definition of |> Signed-off-by: John Else --- lib/osc_string.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/osc_string.ml b/lib/osc_string.ml index 22e84a9..302c7ff 100644 --- a/lib/osc_string.ml +++ b/lib/osc_string.ml @@ -1,7 +1,5 @@ open Osc_result -let (|>) x f = f x - module Input = struct type t = { data: string;