package quickterface

  1. Overview
  2. Docs
Quick-to-program app interfaces in OCaml for terminal and web

Install

dune-project
 Dependency

Authors

Maintainers

Sources

quickterface-0.1.0.tbz
sha256=8261e3819564fb5d05f1f313e62b73382152591d7a4349ae5b1b08a4fc2469f3
sha512=e739a971bb0e696ab716c168419c59a3d195922d2d1e4963106a845e3442ffa085b05106f36cceeec9b806bf7d6ef2c31e98db04911fbf73c5ac0ce626449d0f

doc/quickterface_web_app_backend/Quickterface_web_app_backend/Inputs/index.html

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