Implement functions.
[goals.git] / src / main.ml
index 88cd084..2e7ac44 100644 (file)
@@ -47,7 +47,7 @@ let main () =
   (* If no target was set on the command line, use "all ()". *)
   let targets =
     if targets <> [] then targets
-    else [Ast.ECallGoal (Ast.noloc, "all", [])] in
+    else [Ast.ECall (Ast.noloc, "all", [])] in
 
   if Cmdline.debug_flag then
     Ast.print_env stderr env;