package jsoo_router

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val define_loc : ?loc:Ast_helper.loc -> 'a -> 'a Asttypes.loc
val loc : ?loc:Ast_helper.loc -> 'a -> 'a Asttypes.loc
val ident : ?loc:Ast_helper.loc -> string -> Longident.t Asttypes.loc
val exp_ident : string -> Parsetree.expression
val string : string -> Parsetree.expression
val int : int -> Parsetree.expression
val pattern : string -> Parsetree.pattern
val import_function : string -> string -> Parsetree.expression