Ppxlib_ast.Find_version
type t =
| Impl of (module Ppxlib_ast__.Versions.OCaml_version)
| Intf of (module Ppxlib_ast__.Versions.OCaml_version)
| Unknown
val from_magic : string -> t