package zanuda

  1. Overview
  2. Docs
Linter for OCaml+dune projects

Install

dune-project
 Dependency

Authors

Maintainers

Sources

zanuda-2.0.0.tbz
sha256=0108d8d6e6e23bfe5e5cdade27ae434db921ed4b6f522ea71800f14a7662230e
sha512=c8d633f4083867dfc73caf3b51b63c8c01771f5c286aa0a8357861044448e0b55df38eb695b997df470267ec921adae6f86c73d251fb3e965ac83ebb2c6b856c

doc/zanuda.tast_pattern/My_printtyped/index.html

Module My_printtypedSource

These extra functions are an extension of Printtyped module from compiler libs. Maybe in new versions of compiler they will be available out of box.

include module type of struct include Printtyped end
val interface : Format.formatter -> Typedtree.signature -> unit
val implementation : Format.formatter -> Typedtree.structure -> unit
val implementation_with_coercion : Format.formatter -> Typedtree.implementation -> unit

New functions

Sourceval expr : Format.formatter -> Typedtree.expression -> unit
Sourceval make_Tstr_module : string option Asttypes.loc -> Types.module_presence -> loc:Location.t -> Typedtree.module_expr -> Typedtree.structure_item_desc
Sourceval me : Format.formatter -> Typedtree.module_expr -> unit
Sourceval dummy_vb : Typedtree.pattern -> Typedtree.expression -> Typedtree.value_binding
Sourceval pattern : Format.formatter -> Typedtree.pattern -> unit
Sourceval make_int_const : loc:Location.t -> int -> Parsetree.constant
Sourceval attrs : Format.formatter -> Ast_helper.attrs -> unit
On This Page
  1. New functions