10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-16 16:10:22 +02:00
QCaml/common/lib/qcaml.mli

14 lines
264 B
OCaml
Raw Normal View History

2020-12-28 01:08:55 +01:00
(* QCaml
* :PROPERTIES:
* :header-args: :noweb yes :comments both
* :END:
*
* QCaml-specific parameters *)
2020-09-26 12:02:53 +02:00
2020-12-28 01:55:03 +01:00
(* [[file:~/QCaml/common/qcaml.org::*QCaml][QCaml:1]] *)
2020-09-26 12:02:53 +02:00
val root : string
2020-12-28 01:08:55 +01:00
val name : string
2023-06-16 18:27:23 +02:00
val num_domains : int
2020-12-28 01:08:55 +01:00
(* QCaml:1 ends here *)