Module Upsycle_router.Basic
include module type of Basic
exception Internal_error of stringval (^-) : ('a -> 'b) -> 'a -> 'binclude module type of Util_lwt.Letsfix
include module type of Util_lwt.Infix
include module type of Lwt.Infix
val (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.tval (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.tval (<&>) : unit Lwt.t -> unit Lwt.t -> unit Lwt.tval (<?>) : 'a Lwt.t -> 'a Lwt.t -> 'a Lwt.tval (=<<) : ('a -> 'b Lwt.t) -> 'a Lwt.t -> 'b Lwt.tval (=|<) : ('a -> 'b) -> 'a Lwt.t -> 'b Lwt.tval (<$>) : ('a -> 'b) -> 'a t -> 'b tval (<*>) : ('a -> 'b) t -> 'a t -> 'b tval let+ : 'a t -> ('a -> 'b) -> 'b tval and+ : 'a t -> 'b t -> ('a * 'b) tval let* : 'a t -> ('a -> 'b t) -> 'b tval and* : 'a t -> 'b t -> ('a * 'b) tval const : 'a -> 'b -> 'aval ok : 'a -> ('a, 'b) Stdlib.resultval error : 'b -> ('a, 'b) Stdlib.resultval error_msg : 'a -> ('b, [> `Msg of 'a ]) Stdlib.resultval lwt_ok : 'a -> ('a, 'b) Stdlib.result Lwt.tval lwt_error : 'b -> ('a, 'b) Stdlib.result Lwt.tval some : 'a -> 'a optionval internal_error : string -> 'aval info : 
  ?flush:bool ->
  ('a, Stdlib.Format.formatter, unit, unit Lwt.t) Stdlib.format4 ->
  'aval info' : 
  ('a, Stdlib.Format.formatter, unit, unit Lwt.t) Stdlib.format4 ->
  'aval warn : 
  ?flush:bool ->
  ('a, Stdlib.Format.formatter, unit, unit Lwt.t) Stdlib.format4 ->
  'aval warn' : 
  ('a, Stdlib.Format.formatter, unit, unit Lwt.t) Stdlib.format4 ->
  'a