package quickterface

  1. Overview
  2. Docs

Module Quickterface_web_app_backend.InputsSource

Sourcemodule Input : sig ... end
Sourcemodule Text : Input.S with type settings := string option and type result := string
Sourcemodule Integer : Input.S with type settings := unit and type result := int
Sourcemodule Single_selection : Input.S1 with type 'a settings := 'a list * ('a -> string) and type 'a result := 'a
Sourcemodule Multi_selection : Input.S1 with type 'a settings := 'a list * ('a -> string) and type 'a result := 'a list