ppxlib_ast.ast
Ppxlib_ast.Find_version
Helper to find the frontend corresponding to a given magic number
ppxlib
ppxlib_ast.astlib
ppxlib_ast.stdppx
ppxlib_ast.traverse_builtins
yojson
type t =
| Impl of (module Ppxlib_ast__.Versions.OCaml_version)
| Intf of (module Ppxlib_ast__.Versions.OCaml_version)
| Unknown
val from_magic : string -> t