Source file PPrint.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(**************************************************************************)
(*                                                                        *)
(*  PPrint                                                                *)
(*                                                                        *)
(*  François Pottier, Inria Paris                                         *)
(*  Nicolas Pouillard                                                     *)
(*                                                                        *)
(*  Copyright 2007-2019 Inria. All rights reserved. This file is          *)
(*  distributed under the terms of the GNU Library General Public         *)
(*  License, with an exception, as described in the file LICENSE.         *)
(**************************************************************************)

(** A package of all of the above. *)

include PPrintEngine
include PPrintCombinators
module OCaml = PPrintOCaml