mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-22 20:33:36 +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 *)
|