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
Probably the type should have box' name generated instead, like it is done in case of conflicts with keywords (e.g. open' for open prop). Or box name could be kept, but in that case to use the box operator it should be imported explicitly (e.g. to define let box = FSharp.Core.Operators.box before usage). However in Fable !! operator could be used instead, so the problem seems minor.
The text was updated successfully, but these errors were encountered:
Probably the type should have
box'
name generated instead, like it is done in case of conflicts with keywords (e.g.open'
foropen
prop). Orbox
name could be kept, but in that case to use thebox
operator it should be imported explicitly (e.g. to definelet box = FSharp.Core.Operators.box
before usage). However in Fable!!
operator could be used instead, so the problem seems minor.The text was updated successfully, but these errors were encountered: