abouttreesummaryrefslogcommitdiff
path: root/src/repr.h
diff options
context:
space:
mode:
authorPatrick Schönberger2021-08-04 17:46:48 +0200
committerPatrick Schönberger2021-08-04 17:46:48 +0200
commitc2ba7425955ae538e220cec79d9124756d1b4c8b (patch)
tree95ae57095eaf15a8914edf0eda6a7d842ec2f10d /src/repr.h
parent7f83e1b208e87e3808b268303bb633a8fda203f5 (diff)
downloadtoc-c2ba7425955ae538e220cec79d9124756d1b4c8b.tar.gz
toc-c2ba7425955ae538e220cec79d9124756d1b4c8b.zip
function resolution, pre generics
Diffstat (limited to 'src/repr.h')
-rw-r--r--src/repr.h1
1 files changed, 1 insertions, 0 deletions
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<Variable> parameters;
+ bool defined;
Body body;
};