Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Inquire.MinimalMinimal implementation of Inquire with no color and no prompt prefixes.
module M : sig ... endinclude sig ... endval confirm : ?default:bool -> string -> bool Lwt.tval password : 
  ?validate:(string -> (string, string) Lwt_result.t) ->
  string ->
  string Lwt.tval input : 
  ?validate:(string -> (string, string) Lwt_result.t) ->
  ?default:string ->
  string ->
  string Lwt.tval raw_select : 
  ?default:StdLabels.String.t ->
  options:StdLabels.String.t list ->
  string ->
  StdLabels.String.t Lwt.tval select : 
  ?default:StdLabels.String.t ->
  options:StdLabels.String.t list ->
  string ->
  StdLabels.String.t Lwt.t