package ocaml-compiler

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

Module Rawprinttyp

This module provides function(s) for printing the internal representation of type expressions. It is targeted at internal use when debugging the compiler itself.

val type_expr : Format.formatter -> Types.type_expr -> unit