package pa_ppx

  1. Overview
  2. Docs
module Implem : sig ... end
module Interf : sig ... end
val both_pa : (string -> Parsetree.structure) * (string -> Parsetree.signature)
val both_pr : (Parsetree.structure -> string) * (Parsetree.signature -> string)