Display Module
Functions and values
Function or value |
Description
|
Full Usage:
any_to_layout options (value, typValue)
Parameters:
FormatOptions
value : 'T
typValue : Type
Returns: Layout
|
|
|
|
Full Usage:
fsi_any_to_layout options (value, typValue)
Parameters:
FormatOptions
value : 'T
typValue : Type
Returns: Layout
|
|
Full Usage:
layout_to_string options layout
Parameters:
FormatOptions
layout : Layout
Returns: string
|
Convert any value to a layout using the given formatting options. The layout can then be processed using formatting display engines such as those in the Layout module. any_to_string and output_any are built using any_to_layout with default format options.
|
Full Usage:
output_layout_tagged options writer layout
Parameters:
FormatOptions
writer : TaggedTextWriter
layout : Layout
|
|
|
|
Full Usage:
squash_layout options layout
Parameters:
FormatOptions
layout : Layout
Returns: Layout
|
|