]> gitweb.ps.run Git - toc/blobdiff - src/repr.h
example and todo
[toc] / src / repr.h
index b30aecd1a8f15aa1fc9c827804ef6c01693856e8..ff54f971c731da26a9f2da64a683c5c86cc01d79 100644 (file)
@@ -79,11 +79,13 @@ struct Body
 struct Function\r
 {\r
   std::string name;\r
-  std::vector<std::string> genericTypeNames;\r
-  std::vector<std::vector<Type>> genericInstantiations;\r
   Type returnType;\r
   std::vector<Variable> parameters;\r
   bool defined;\r
+\r
+  std::vector<std::string> genericTypeNames;\r
+  std::vector<std::vector<Type>> genericInstantiations;\r
+\r
   Body body;\r
 };\r
 \r