Module Ppxlib_ast.Find_version

Helper to find the frontend corresponding to a given magic number

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