jon.recoil.org

Module Extension.V3Source

Sourcetype nonrec t = Ppxlib.Extension.t

Same as declare except that the extension name takes an additional path argument. The path is the part of the name that start with a capitalized component. For instance in the following, the extension "map" would receive the path argument Foo.Bar:

  let%map.Foo.Bar x = 1 in
  ...