package pfff

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.39.3.tar.gz
md5=4d66e9bfbc4cca184d4b6c4db8b1ecd3
sha512=d6949417711a966adb706976de6db160a1c16389c90fa7f744024a23feaadfc319be126975ddb058213340bacceb868c669ef2087cdc69fde35209456759db1f

doc/pfff-lang_ml-analyze/Ml_to_generic/index.html

Module Ml_to_generic

module G = Ast_generic
val id : 'a -> 'a
val option : ('a -> 'b) -> 'a option -> 'b option
val list : ('a -> 'b) -> 'a list -> 'b list
val string : 'a -> 'a
val bool : 'a -> 'a
val int : 'a -> 'a
val error : Parse_info.t -> string -> 'a
val fake_info : unit -> Parse_info.t
val info : 'a -> 'a
val tok : 'a -> 'a
val wrap : ('a -> 'b) -> ('a * 'c) -> 'b * 'c
val ident : Ast_ml.ident -> G.ident
val name : Ast_ml.name -> G.name
val qualifier : Ast_ml.qualifier -> G.dotted_ident
val type_ : Ast_ml.type_ -> G.type_
val expr : Ast_ml.expr -> G.expr
val literal : Ast_ml.literal -> G.literal
val argument : Ast_ml.argument -> G.argument
val match_case : Ast_ml.match_case -> G.action
val rec_opt : Ast_ml.rec_opt -> Ast_ml.tok option
val pattern : Ast_ml.parameter -> G.pattern
val let_binding : Ast_ml.let_binding -> G.expr
val let_def : Ast_ml.let_def -> unit
val parameter : Ast_ml.parameter -> G.parameter
val type_parameter : Ast_ml.type_parameter -> G.type_parameter
val module_declaration : Ast_ml.module_declaration -> unit
val module_expr : Ast_ml.module_expr -> unit
val item : Ast_ml.item -> unit
val program : Ast_ml.item list -> unit list
OCaml

Innovation. Community. Security.