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
In the example above, the generated F* for test is: let test (_: Prims.unit) : t_Test (mk_usize 1) = impl__A.
The parameter for impl__A is missing (it should be impl__A (mk_usize 1))
The text was updated successfully, but these errors were encountered:
Open this code snippet in the playground
In the example above, the generated F* for
test
is:let test (_: Prims.unit) : t_Test (mk_usize 1) = impl__A
.The parameter for
impl__A
is missing (it should beimpl__A (mk_usize 1)
)The text was updated successfully, but these errors were encountered: