From c2ba7425955ae538e220cec79d9124756d1b4c8b Mon Sep 17 00:00:00 2001 From: Patrick Schönberger Date: Wed, 4 Aug 2021 17:46:48 +0200 Subject: function resolution, pre generics --- src/repr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/repr.h') diff --git a/src/repr.h b/src/repr.h index fc77d92..f12b0da 100644 --- a/src/repr.h +++ b/src/repr.h @@ -80,6 +80,7 @@ struct Function Type returnType; std::string name; std::vector parameters; + bool defined; Body body; }; -- cgit v1.2.3