10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-02 03:15:19 +02:00
QCaml/ao/lib/basis_poly.ml

6 lines
169 B
OCaml

(* [[file:~/QCaml/ao/basis.org::*Polymorphic%20types][Polymorphic types:2]] *)
type t =
| Unknown
| Gaussian of Basis_gaussian.t
(* Polymorphic types:2 ends here *)