diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2016-09-15 16:09:17 +0200 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2016-09-15 16:33:00 +0200 |
commit | 975e7cd2ad032668c7df690c9bdaa8cdbb196569 (patch) | |
tree | d7c511f083288601aa3fee1032b76834f28913d8 /plugins/firstorder | |
parent | 21dc493a93853525c5d9c33c0c7558909ce5e79d (diff) |
Moving Ltac-specific generic arguments to their own file in the ltac/ folder.
Diffstat (limited to 'plugins/firstorder')
-rw-r--r-- | plugins/firstorder/g_ground.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/firstorder/g_ground.ml4 b/plugins/firstorder/g_ground.ml4 index 95095b09c..487162687 100644 --- a/plugins/firstorder/g_ground.ml4 +++ b/plugins/firstorder/g_ground.ml4 @@ -16,6 +16,7 @@ open Tacticals open Tacinterp open Libnames open Constrarg +open Tacarg open Stdarg open Pcoq.Prim |