Open yutakang opened 4 years ago
We should be able to check the type of a term (/ term occurrence). For now it suffices to check if the type is one of the following:
nat
int
list
function type
Maybe detecting function types would be good when proof goals have variables that are functions.
We should be able to check the type of a term (/ term occurrence). For now it suffices to check if the type is one of the following:
nat
int
list
function type