package ocsigen-start

  1. Overview
  2. Docs
val reload : unit -> unit Lwt.t
module Email_or_phone : sig ... end
val phone_regexp : Re.Str.regexp
val email_regexp : Re.Str.regexp
val memoizator : (unit -> 'a Lwt.t) -> unit -> 'a Lwt.t
val string_repeat : string -> int -> string
val string_filter : (char -> bool) -> string -> string
val lwt_bound_input_enter : ?a:[< Html_types.input_attrib ] Eliom_content.Html.attrib list -> ?button:[< Html_types.button ] Eliom_content.Html.elt -> ?validate:(string -> bool) Eliom_client_value.t -> (string -> unit Lwt.t) Eliom_client_value.t -> [> `Input ] Eliom_content.Html.elt
val lwt_bind_input_enter : ?validate:(string -> bool) Eliom_client_value.t -> ?button:[< `Button | `Input ] Eliom_content.Html.elt -> Html_types.input Eliom_content.Html.elt -> (string -> unit Lwt.t) Eliom_client_value.t -> unit