fsprojects / FSharpx.Extras

Functional programming and other utilities from the original "fsharpx" project
https://fsprojects.github.io/FSharpx.Extras/
The Unlicense
682 stars 146 forks source link

StructuredFormat StackOverflow #270

Open xkrt opened 10 years ago

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

StackOverflowException

vasily-kirichenko commented 10 years ago

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