package pfff

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.37.7.tar.gz
md5=d069f379342be72574b4cdc52f4ed9b4
sha512=68e9971364f5e016bad8f94bb72fd15252f19c7964424992309cdb4a9fc922dbe15d07619f500f4bcbc72f820c93d4da20f0759bb4276cd073a29a179bef9300

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.