From d0a0d7ec0a9f63fa8f7c28d65099a5ffc4de8bc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 9 May 2020 21:22:40 +0200 Subject: [PATCH] :bug: use type_list in import --- src/import/checker.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/import/checker.c b/src/import/checker.c index 03a6c524..3a584d8d 100644 --- a/src/import/checker.c +++ b/src/import/checker.c @@ -252,6 +252,7 @@ ANN Type_Decl* _str2decl(const Gwi gwi, struct td_checker *tdc) { } Type_Decl *td = new_type_decl(gwi->gwion->mp, sym, loc(gwi)); td->next = next; + td->types = tl; if(ac.depth) td->array = mk_array(gwi->gwion->mp, &ac); return td; -- 2.43.0