package coq-serapi

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

Module Serapi.Serapi_ppSource

This module includes all of sertop custom Format-based printers for Coq datatypes.

We may want to split it into a library at some point and replace parts of Coq printing/

Sourcetype 'a pp = Format.formatter -> 'a -> unit
Sourceval pp_str : string pp
Sourceval pp_opt : 'a pp -> 'a option pp
Sourceval pp_list : ?sep:string -> 'a pp -> 'a list pp
Sourceval pp_stateid : Stateid.t pp
Sourceval pp_feedback : Feedback.feedback pp
Sourceval pp_xml : Xml_datatype.xml pp
OCaml

Innovation. Community. Security.