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.
2 parents a64e82b + 9e8bd6e commit 2674982Copy full SHA for 2674982
backend/src/LibSerialization/Hashing/Canonical.fs
@@ -185,6 +185,7 @@ let writeLetPattern (w : BinaryWriter) (pattern : PT.LetPattern) =
185
writeLetPattern w first
186
writeLetPattern w second
187
Common.List.write w writeLetPattern rest
188
+ | PT.LPWildcard _id -> w.Write 3uy
189
190
191
let writeMatchPattern (w : BinaryWriter) (pattern : PT.MatchPattern) =
0 commit comments