From a161b75a01eee7249f989c3a85d92b69c1818370 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sat, 25 Apr 2020 16:10:45 -0400 Subject: stop copying whole fn body unless necessary when generating an instance --- tests/types.toc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/types.toc') diff --git a/tests/types.toc b/tests/types.toc index 4ef55e8..7262637 100644 --- a/tests/types.toc +++ b/tests/types.toc @@ -1,6 +1,5 @@ -#include "io.toc", io; -#include "mem.toc"; - +#include "std/io.toc", io; +#include "std/mem.toc"; main ::= fn() { nums := news(int, 10); -- cgit v1.2.3