add result.ml; polymorphic variant errors + refacto

This commit is contained in:
swrup 2026-03-26 06:23:42 +01:00 committed by Swrup
parent 9fd3b5a3cc
commit 42b0ec1445
36 changed files with 949 additions and 954 deletions

View file

@ -14,8 +14,6 @@ module TimeRelative : sig
val bin : t Bin.t
val caqti : t Caqti_type.t
val jsont : t Jsont.t
(* TODO rename pp_dump *)
val pp : Format.formatter -> t -> unit
end
@ -33,8 +31,6 @@ module TimeAbsolute : sig
val of_s : int64 -> t
val of_ptime : Ptime.t -> t
val bin : t Bin.t
(* TODO rename pp_dump *)
val pp : Format.formatter -> t -> unit
end
@ -59,7 +55,5 @@ module Timestamp : sig
val bin : t Bin.t
val caqti : t Caqti_type.t
val jsont : t Jsont.t
(* TODO rename pp_dump *)
val pp : Format.formatter -> t -> unit
end