You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if we did export the UInt constructor for pattern matching it wouldn't even make sense, because what happens when we pattern match on UInt (-2)? That’s right you know what happens.
The text was updated successfully, but these errors were encountered:
It’s too bad we can’t pattern match on a literal
UInt 2
.https://pursuit.purescript.org/packages/purescript-protobuf/2.1.1/docs/Protobuf.Internal.Runtime#t:FieldNumberInt
But if we did export the
UInt
constructor for pattern matching it wouldn't even make sense, because what happens when we pattern match onUInt (-2)
? That’s right you know what happens.The text was updated successfully, but these errors were encountered: