Module Router

module Router: sig .. end

type params = (string * string) list 
val match_pattern : string -> string -> (string * string) list option