From 1fc4e9fcc623df313dcaaf541f08fc7a8415c67f Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 3 Aug 2010 12:20:29 -0700 Subject: Add tests and fix pexp bug. Closes #141. --- src/boot/fe/pexp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/fe/pexp.ml') diff --git a/src/boot/fe/pexp.ml b/src/boot/fe/pexp.ml index 1532a47a..9b870639 100644 --- a/src/boot/fe/pexp.ml +++ b/src/boot/fe/pexp.ml @@ -121,7 +121,7 @@ and parse_carg_base (ps:pstate) : Ast.carg_base = and parse_carg (ps:pstate) : Ast.carg = match peek ps with - IDENT _ -> + IDENT _ | STAR -> begin let base = Ast.CARG_base (parse_carg_base ps) in let path = -- cgit v1.2.3