JsonIO Module
Json multilang IO
Functions and values
| Function or value |
Description
|
Full Usage:
startWith (stdin, stdout) syncOut log
Parameters:
TextReader
stdout : TextWriter
syncOut : (unit -> unit) -> unit
log : Log
Returns: IO<'t>
Type parameters: 't |
Start IO parsers given specified TextReaders, output sychrnonization and logger
|
FsShelter