This commit is contained in:
Simon Cruanes 2025-06-06 22:28:01 -04:00
parent 9a1343aef7
commit 37ba54a4d6
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ _build
_opam
*.install
.merlin
todo.md

View file

@ -54,6 +54,7 @@ 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. *)
module Private_ : sig
val eval : string list -> ('a, 'b) t -> 'a -> 'b option