Util.showDump Method

Liquid Quantum Simulator

UtilshowDump Method
Dumps out a string with with an optional indentation.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member showDump : 
        fO : FSharpOption<FSharpFunc<int, FSharpFunc<string, Unit>>> * 
        lO : FSharpOption<int> * 
        str : string -> unit 

Parameters

fO
Type: Microsoft.FSharp.CoreFSharpOptionFSharpFuncInt32, FSharpFuncString, Unit
The optional output function to use. The default is showLogInd.
lO
Type: Microsoft.FSharp.CoreFSharpOptionInt32
The optional indentation level. The default is 0.
str
Type: SystemString
String to output
See Also