1999-11-29 11:04:43 -08:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
2011-07-27 07:17:02 -07:00
|
|
|
(* OCaml *)
|
1999-11-29 11:04:43 -08:00
|
|
|
(* *)
|
|
|
|
(* Damien Doligez, projet Para, INRIA Rocquencourt *)
|
|
|
|
(* *)
|
|
|
|
(* Copyright 1999 Institut National de Recherche en Informatique et *)
|
|
|
|
(* en Automatique. All rights reserved. This file is distributed *)
|
|
|
|
(* under the terms of the Q Public License version 1.0. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
open Parsetree;;
|
2000-03-06 14:12:09 -08:00
|
|
|
open Format;;
|
1999-11-29 11:04:43 -08:00
|
|
|
|
2000-03-06 14:12:09 -08:00
|
|
|
val interface : formatter -> signature_item list -> unit;;
|
|
|
|
val implementation : formatter -> structure_item list -> unit;;
|
|
|
|
val top_phrase : formatter -> toplevel_phrase -> unit;;
|