package lablqml

  1. Overview
  2. Docs
OCamlfind package and PPX extension to interface OCaml and QtQuick

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.2.tar.gz
sha256=60b3d2806bc5293ba9e1a1544bf97a097b339e740a5261ae38f5e6adc846c46d
md5=c060fe40ea5477843cfd6f0336dc7389

doc/lablqml/Lablqml/QVariant/index.html

Module Lablqml.QVariant

type t = [
  1. | `empty
  2. | `string of string
  3. | `qobject of cppobj
  4. | `int of int
  5. | `bool of bool
  6. | `float of float
]
val empty : [> `empty ]
val of_string : 'a -> [> `string of 'a ]
val of_object : 'a -> [> `qobject of 'a ]
val of_int : 'a -> [> `int of 'a ]
val of_bool : 'a -> [> `bool of 'a ]
val of_float : 'a -> [> `float of 'a ]
OCaml

Innovation. Community. Security.