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
Currently the typing rule for let-bindings is rather weak, because the typing of the body cannot make use of the value of the let-bound variable. To make the typing of let-bindings work like it does in Agda, we'd need to have a separate entry for let-bound variables in the context that includes the value.
The text was updated successfully, but these errors were encountered:
Currently the typing rule for
let
-bindings is rather weak, because the typing of the body cannot make use of the value of thelet
-bound variable. To make the typing oflet
-bindings work like it does in Agda, we'd need to have a separate entry forlet
-bound variables in the context that includes the value.The text was updated successfully, but these errors were encountered: