X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fast.mli;h=cf776ebe7e0e1e71c0dc70b31e1984bc70bee3e4;hb=54c8ad92025a9c77c2b10644499b3944e1299187;hp=371c20992f2adf0c37c3f4634ea7418f7b07fe79;hpb=deb7edaccefe379139818e8b241844b9a0571651;p=goals.git diff --git a/src/ast.mli b/src/ast.mli index 371c209..cf776eb 100644 --- a/src/ast.mli +++ b/src/ast.mli @@ -65,7 +65,7 @@ and expr = and constant = | CString of string and goal = param_decl list * pattern list * expr list * code option -and func = param_decl list * returning * code +and func = param_decl list * returning * bool * code and tactic = param_decl list * code and param_decl = id (** goal/func/tactic parameter. *) and id = string