Skip to content

format6

Weng Shiwei edited this page Jan 8, 2021 · 27 revisions
Value or type Note 'a 'b 'c 'd 'e 'f rest type
format6 'a 'b 'c 'd 'e 'f ---------
format ('a, 'b, 'c, 'c) format4` 'a 'b 'c 'c 'c 'c
format4 ('a, 'b, 'c, 'c, 'c, 'd) format6 'a 'b 'c 'c 'c 'd ---------
Scanf.scanner ('a, Scanf.Scanning.scanbuf, 'b, 'c, 'a -> 'd, 'd) format6 -> 'c 'a scanbuf 'b 'c 'a -> 'd 'd 'c
Manual
Printf
Scanf
Format
Paper 'functional_type
Paper 'argument_sequence -> 'result_type
Printf
Scanf

Clone this wiki locally