package lutin

  1. Overview
  2. Docs
Lutin: modeling stochastic reactive systems

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lutin.2.71.10.tgz
md5=4d07d1263dbc90ab18cbaec55a57dcfe
sha512=2e899aee5e44826827b3626771f7ce01241b1745d48f30b60404cc5cbaa44ac608920e9af3bf171275c429a8b823b3cee7542199b7c4c32919b6bb37e33bf8de

doc/lutin/Type/index.html

Module TypeSource

Sourcetype enum_value = string
Sourcetype field = string
Sourcetype t =
  1. | BoolT
  2. | IntT
  3. | FloatT
  4. | UT of structured
Sourceand structured =
  1. | ArrayT of int * t
  2. | StructT of (field * t) list
  3. | EnumT of enum_value list
Sourceval to_data_t : t -> Data.t
Sourceval to_string : t -> string
Sourceval to_string2 : t -> string
Sourceval to_string3 : t -> string
Sourceval to_cstring : t -> string
Sourceval to_cstring_bis : t -> string
Sourceval structured_to_string : structured -> string
OCaml

Innovation. Community. Security.