Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type route = [
| `String of string
| `Int of string
| `Float of string
| `Path of string
| `Match of string * string
| `Route of route list
]
val string_of_route : route -> string
val regexp_of_route : route -> Str.regexp
val route_of_string : string -> route
val param_string : params -> string -> string
val param_int : params -> string -> int
val param_float : params -> string -> float