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
If we have include Playground.Bundle {t_A as t_A} in Playground.A.fst, F* complains with something like: Definition Playground.Bundle.__proj__Mkt_A__item__v_Self cannot be found`.
For now the solution to avoid this error is to remove this include but this doesn't work if the trait is used outside the bundle. This probably needs a fix in F*
The text was updated successfully, but these errors were encountered:
Example:
Open this code snippet in the playground
If we have
include Playground.Bundle {t_A as t_A}
inPlayground.A.fst, F* complains with something like:
Definition Playground.Bundle.__proj__Mkt_A__item__v_Self cannot be found`.For now the solution to avoid this error is to remove this
include
but this doesn't work if the trait is used outside the bundle. This probably needs a fix in F*The text was updated successfully, but these errors were encountered: