package zanuda

  1. Overview
  2. Docs
On This Page
  1. New functions
Linter for OCaml+dune projects

Install

dune-project
 Dependency

Authors

Maintainers

Sources

zanuda-2.1.0.tbz
sha256=9f6f5684ff7329cf84086e6239f02060e711c369fac1553a55e1cd53d8aa8234
sha512=d90e36fc67ba2f1adc13a964a39c46ec354201ea1ff400c5dfe5ab384e07edcc8d2ec42dc053cdc091e217c4183d97a2d33ac12d3977b65defbac506a0b3418e

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 pattern : Format.formatter -> Typedtree.pattern -> unit
Sourceval make_int_const : loc:Location.t -> int -> Parsetree.constant