package ppx_monoid

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ppx_monoidSource

Sourcetype ops = {
  1. empty : Ppxlib.Location.t -> Ppxlib.expression;
  2. add : Ppxlib.Location.t -> Ppxlib.expression;
}
Sourceval translate : ops -> Ppxlib.expression -> Ppxlib.expression
Sourceval expander : loc:'a -> path:'b -> arg:Ppxlib.Longident.t Ppxlib.Ast.loc option -> Ppxlib.expression -> Ppxlib.expression
Sourceval rules : Ppxlib.Context_free.Rule.t list