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 type-checker can only type-check a single term, but eventually we would like to check whole declarations.
For definitions, this boils down to checking the type signature + the body.
For data types, this means checking the telescopes of parameters and indices, checking the telescope of arguments of each constructor, and checking that the indices are well-typed.
The text was updated successfully, but these errors were encountered:
Currently the type-checker can only type-check a single term, but eventually we would like to check whole declarations.
The text was updated successfully, but these errors were encountered: