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

6 lines
167 B
OCaml
Raw Normal View History

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