Documentation

StrataDDM.Render

A format mode selects one of a type's textual representations. default is the type's default representation; the others name alternatives (e.g. a decimal's plain or scientific form). Parsed from a declared marker name by FormatMode.ofString.

Instances For
    @[implicit_reducible]
    Equations
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Parse a declared mode name. The empty string and "default" both denote the default representation; an unrecognized name is an error rather than a silent fallback, so a typo in a dialect's @[<mode>] marker fails loudly.

      Equations
      Instances For

        Types whose literal rendering can be selected by a FormatMode. render .default x is the type's default representation.

        Instances
          @[implicit_reducible]
          Equations
          • One or more equations did not get rendered due to their size.