From 375bed3c2e94f44fc3587f3b0cd036b97df8f72d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Dec 2010 23:25:14 +0000 Subject: Rename 'parse' to the now more accurate 'expand'. git-svn-id: http://svn.drobilla.net/resp/resp@307 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/repl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/repl.cpp') diff --git a/src/repl.cpp b/src/repl.cpp index 8b4faab..965e202 100644 --- a/src/repl.cpp +++ b/src/repl.cpp @@ -39,7 +39,7 @@ readParseType(CEnv& cenv, Cursor& cursor, istream& is, AST*& exp, const AST*& as if (!exp || (exp->to_tuple() && exp->to_tuple()->empty())) return false; - ast = cenv.penv.parse(exp); // Parse input + ast = cenv.penv.expand(exp); // Parse input Constraints c(cenv.tsubst); resp_constrain(cenv.tenv, c, ast); // Constrain types -- cgit v1.2.1