abouttreesummaryrefslogcommitdiff
path: root/src/repr.h
diff options
context:
space:
mode:
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;
};