mirror of
https://gitlab.com/scemama/QCaml.git
synced 2025-01-03 10:05:40 +01:00
6 lines
167 B
OCaml
6 lines
167 B
OCaml
(* [[file:~/QCaml/ao/basis.org::*Polymorphic types][Polymorphic types:2]] *)
|
|
type t =
|
|
| Unknown
|
|
| Gaussian of Basis_gaussian.t
|
|
(* Polymorphic types:2 ends here *)
|