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;