10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-12 22:24:31 +02:00
QCaml/operators/lib/operator.ml

7 lines
124 B
OCaml
Raw Normal View History

2020-09-27 23:55:42 +02:00
type 'a t =
| F12 of F12_operator.t
| Gaussian of Gaussian_operator.t
let of_f12 f = F12 f
let of_gaussian g = Gaussian g