FSharpx.Extras icon indicating copy to clipboard operation
FSharpx.Extras copied to clipboard

StructuredFormat StackOverflow

Open xkrt opened this issue 11 years ago • 1 comments

let pprint = Display.layout_as_string
                { FormatOptions.Default
                    with PrintDepth = Int32.MaxValue
                         PrintLength = Int32.MaxValue
                         PrintSize = Int32.MaxValue }
pprint [1..10000]

StackOverflowException

xkrt avatar Oct 31 '13 13:10 xkrt

I tried sformat.fs from F# compiler 3.0 - the same exception.

vasily-kirichenko avatar Nov 10 '13 08:11 vasily-kirichenko