package pfff

  1. Overview
  2. Docs
Tools and APIs for program analysis, code visualization, refactoring

Install

Dune Dependency

Authors

Maintainers

Sources

0.39.1.tar.gz
md5=19e3eb1003161d8e7ed65c96c4f69d52
sha512=37834e1726a004272fbc153fc4cd0a6afdf02b7918acf27492acd60890c32591eb8f5b22fcfd99dd707d8507b8208bdb24c99de9fd940cc2ad0171f1d103743f

doc/pfff-matcher/Lib_unparser/index.html

Module Lib_unparser

type elt =
  1. | OrigElt of string
  2. | Removed of string
  3. | Added of string
  4. | Esthet2 of Parse_info.esthet * string
val elts_of_any : kind_and_info_of_tok:('tok -> Parse_info.token_kind * Parse_info.info) -> 'tok list -> elt list
val vof_elt : elt -> Ocaml.v
val drop_esthet_between_removed : elt list -> elt list
val drop_whole_line_if_only_removed : elt list -> elt list
val debug : bool ref
val string_of_toks_using_transfo : kind_and_info_of_tok:('tok -> Parse_info.token_kind * Parse_info.info) -> 'tok list -> string
OCaml

Innovation. Community. Security.