2fc0435393
Typing and clocking done
13 lines
215 B
Text
13 lines
215 B
Text
(* The printing module *)
|
|
|
|
type file
|
|
|
|
(*
|
|
const file stdout
|
|
const file stdin
|
|
const file stderr
|
|
*)
|
|
|
|
(* Basic Printing *)
|
|
unsafe val fun printf(string;...) returns ()
|
|
unsafe val fun fprintf(file;string;...) returns ()
|