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
*: generate the code for type check as a preprocess (#59)
Add a preprocess to handle type check.
In the preprocess, sexp start with .type and .declare keeps unchange.
The other expressions change to (infer.check-type exp ...)