Functor Sharp_router.Const

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

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