Skip to content

Commit 0939fba

Browse files
nit
Co-authored-by: Brian Rourke Boll <[email protected]>
1 parent b4b951c commit 0939fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Utilities/TypeHashing.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ module StructuralUtilities =
473473
let private toTypeStructure (tokens: TypeToken seq) =
474474
let tokens = tokens |> Seq.truncate 256 |> Seq.toArray
475475

476-
if Seq.length tokens = 256 then
476+
if Array.length tokens = 256 then
477477
PossiblyInfinite
478478
elif tokens |> Array.exists _.IsUnsolved then
479479
UnsolvedTypeStructure tokens

0 commit comments

Comments
 (0)