newStyler

fun newStyler(    function: A_Function,     definition: A_Definition,     module: A_Module): A_Styler

Create a new styler with the specified information. Make it Mutability.SHARED.

Return

The new styler, not yet installed.

Parameters

function

The function to run against a call site's phrase to generate styles.

definition

The definition that will hold this styler.

module

The module in which this styler was defined.