ocaml/testsuite/tests/basic-float/float_record.ml

8 lines
73 B
OCaml

type t = float;;
let make f = f;;
let from t = t;;
type s = {f : t};;