summaryrefslogtreecommitdiff
path: root/lib/util.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.ml')
-rw-r--r--lib/util.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/util.ml b/lib/util.ml
index 985fc43..02b2ea2 100644
--- a/lib/util.ml
+++ b/lib/util.ml
@@ -189,12 +189,6 @@ module These = struct
these f g (fun a b -> h (f a) (g b))
end
-module URI = struct
- let jsont : Uri.t Jsont.t =
- Jsont.string
- |> Jsont.map ~kind: "URI" ~dec: Uri.of_string ~enc: Uri.to_string
-end
-
module Non_empty_list = struct
type 'a t =
('a * 'a list)