package yurt
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Yurt.Route
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 -> stringval regexp_of_route : route -> Str.regexpval route_of_string : string -> routeval param_string : params -> string -> stringval param_int : params -> string -> intval param_float : params -> string -> float