Index: src/AST/Expr.hpp
===================================================================
--- src/AST/Expr.hpp	(revision bb87dd060ba10687cd7993c1a11ded9b3eb67786)
+++ src/AST/Expr.hpp	(revision c9f6983f4e20819aa6b06e54ea73762b9db70395)
@@ -112,4 +112,5 @@
 
 		bool hasSlots() const { return data.resnSlots; }
+		bool hasParams() const { return data.inferParams; }
 
 		ResnSlots& resnSlots() {
