Functor Sharp_router.Var

module Var: 
functor (Rest : Part) -> sig .. end
Parameters:
Rest : Part

type t = 
| Var of Rest.t
type 'a parse_func = string -> 'a Rest.parse_func 
type 'a parse_opt_func = string -> 'a Rest.parse_opt_func 
type 'a generate_func = string -> 'a Rest.generate_func 
include Sharp_router.Part
val var : Rest.t -> t