Merge branch 'main' into simon/various-fixes

This commit is contained in:
Simon Cruanes 2026-02-08 23:30:41 -05:00 committed by GitHub
commit b87226d1be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,10 @@ val to_string : _ t -> string
@since 0.7 *)
val to_url : ('a, string) t -> 'a
(** [to_url route args] takes a route, and turns it into a URL path. *)
(** [to_url route args] takes a route, and turns it into a URL path.
@since NEXT_RELEASE *)
module Private_ : sig
val eval : string list -> ('a, 'b) t -> 'a -> 'b option