We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b951c commit 0939fbaCopy full SHA for 0939fba
src/Compiler/Utilities/TypeHashing.fs
@@ -473,7 +473,7 @@ module StructuralUtilities =
473
let private toTypeStructure (tokens: TypeToken seq) =
474
let tokens = tokens |> Seq.truncate 256 |> Seq.toArray
475
476
- if Seq.length tokens = 256 then
+ if Array.length tokens = 256 then
477
PossiblyInfinite
478
elif tokens |> Array.exists _.IsUnsolved then
479
UnsolvedTypeStructure tokens
0 commit comments