module Quotation:Quotation operations.sig..end
type expander =
| |
ExStr of |
|||
| |
ExAst of |
(* | The type for quotation expanders kind:
| *) |
val add : string -> expander -> unitadd name exp adds the quotation name associated with the
expander exp.val find : string -> expanderfind name returns the expander of the given quotation name.val default : string Pervasives.refdefault holds the default quotation name.val translate : (string -> string) Pervasives.ref