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

10 lines
175 B
OCaml
Raw Normal View History

2021-01-04 23:15:27 +01:00
(* Polymorphic types
*
* #+NAME: types *)
2020-10-19 18:33:02 +02:00
2021-01-04 23:15:27 +01:00
(* [[file:~/QCaml/ao/basis.org::types][types]] *)
2020-10-19 18:33:02 +02:00
type t =
| Unknown
| Gaussian of Basis_gaussian.t
2021-01-04 23:15:27 +01:00
(* types ends here *)