package grace

  1. Overview
  2. Docs

Source file pretty_printer.ml

1
2
3
4
5
module type S = sig
  type t

  val pp : t Fmt.t
end