Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
stdio.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14
open! Base module In_channel = In_channel module Out_channel = Out_channel let stdin = In_channel.stdin let stdout = Out_channel.stdout let stderr = Out_channel.stderr let eprintf = Out_channel.eprintf let printf = Out_channel.printf let print_s = Out_channel.print_s let eprint_s = Out_channel.eprint_s let print_string = Out_channel.print_string let print_endline = Out_channel.print_endline let prerr_endline = Out_channel.prerr_endline