Module Ppxlib_ast.Find_versionSource

Helper to find the frontend corresponding to a given magic number

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