aboutsummaryrefslogtreecommitdiff
path: root/typecheck.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-17 18:38:29 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-17 18:38:29 -0500
commit7355b2f7fe6f5dda2aee8feca025350146ccd0f5 (patch)
tree8c0b7658e55a0fa634100ac4828fe4aaf6a0d27a /typecheck.h
parent1dcfbdc5c79c26b0f5d5997bed755e93f47e2ec1 (diff)
Change things up to use type params for all array and table methods
Diffstat (limited to 'typecheck.h')
-rw-r--r--typecheck.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/typecheck.h b/typecheck.h
index 39d5b01c..706d01df 100644
--- a/typecheck.h
+++ b/typecheck.h
@@ -14,6 +14,5 @@ type_t *get_math_type(env_t *env, ast_t *ast, type_t *lhs_t, type_t *rhs_t);
bool is_discardable(env_t *env, ast_t *ast);
type_t *get_namespace_type(env_t *env, ast_t *namespace_ast, type_t *type);
type_t *get_file_type(env_t *env, const char *path);
-type_t *get_iter_type(env_t *env, ast_t *iter);
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0