package ppx_derive_at_runtime

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val register_fully_qualified_runtime_module : Base.Source_code_position.t -> Base.string -> Ppxlib.Deriving.t

register_fully_qualified_runtime_module here id creates a new @@deriving name based on id, which is parsed as an OCaml module path. This can be used to create new ppxes based on ppx_derive_at_runtime. Errors at registration time are reported based on here.

See ../README.mdx for further details.

OCaml

Innovation. Community. Security.