We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1343a commit 8a8aadfCopy full SHA for 8a8aadf
src/core/route.mli
@@ -54,6 +54,8 @@ val to_string : _ t -> string
54
@since 0.7 *)
55
56
val to_url : ('a, string) t -> 'a
57
+(** [to_url route args] takes a route, and turns it into a URL path.
58
+ @since NEXT_RELEASE *)
59
60
module Private_ : sig
61
val eval : string list -> ('a, 'b) t -> 'a -> 'b option
0 commit comments