diff options
Diffstat (limited to 'src/repr.h')
| -rw-r--r-- | src/repr.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -79,11 +79,13 @@ struct Body struct Function
{
std::string name;
- std::vector<std::string> genericTypeNames;
- std::vector<std::vector<Type>> genericInstantiations;
Type returnType;
std::vector<Variable> parameters;
bool defined;
+
+ std::vector<std::string> genericTypeNames;
+ std::vector<std::vector<Type>> genericInstantiations;
+
Body body;
};
|
