Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 79196f53 authored by MARCHE Claude's avatar MARCHE Claude
Browse files

Do not warn on clone instead of use if theory contains an axiom

parent 13c0aa3d
No related branches found
No related tags found
No related merge requests found
......@@ -717,6 +717,7 @@ let warn_clone_not_abstract loc th =
begin match d.d_node with
| Dtype { ts_def = None }
| Dparam _ -> raise Exit
| Dprop(Paxiom, _,_) -> raise Exit
| _ -> ()
end
| _ -> ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment