X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/7f83e1b208e87e3808b268303bb633a8fda203f5..c2ba7425955ae538e220cec79d9124756d1b4c8b:/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; };