package wax-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Infer.OutputSource

Output printers wrapping Output so they take a Format.formatter directly (rather than a Wax_utils.Printer.t), for use in diagnostics.

Sourceval instr : Format.formatter -> _ Ast.instr -> unit
Sourceval valtype : Format.formatter -> Ast.valtype -> unit
Sourceval comptype : Format.formatter -> Ast.comptype -> unit
Sourceval fieldtype : Format.formatter -> Ast.fieldtype -> unit