Project

General

Profile

« Previous | Next » 

Revision a7062da6

Added by LĂ©lio Brun over 3 years ago

another step towards refactoring

View differences:

src/backends/Ada/misc_printer.mli
1
type printer = Format.formatter -> unit
1
open Format
2

  
3
type printer = formatter -> unit
4

  
5
val pp_str: string -> printer
6

  
7
(** Print a filename by lowercasing the base and appending an extension. @param
8
    extension the extension to append to the package name @param fmt the
9
    formatter @param pp_name the file base name printer **)
10
val pp_filename: string -> formatter -> printer -> unit

Also available in: Unified diff