summaryrefslogtreecommitdiff
path: root/contrib/romega/g_romega.ml4
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2004-07-28 21:54:47 +0000
committerGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2004-07-28 21:54:47 +0000
commit6b649aba925b6f7462da07599fe67ebb12a3460e (patch)
tree43656bcaa51164548f3fa14e5b10de5ef1088574 /contrib/romega/g_romega.ml4
Imported Upstream version 8.0pl1upstream/8.0pl1
Diffstat (limited to 'contrib/romega/g_romega.ml4')
-rw-r--r--contrib/romega/g_romega.ml415
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/romega/g_romega.ml4 b/contrib/romega/g_romega.ml4
new file mode 100644
index 00000000..386f7f28
--- /dev/null
+++ b/contrib/romega/g_romega.ml4
@@ -0,0 +1,15 @@
+(*************************************************************************
+
+ PROJET RNRT Calife - 2001
+ Author: Pierre Crégut - France Télécom R&D
+ Licence : LGPL version 2.1
+
+ *************************************************************************)
+
+(*i camlp4deps: "parsing/grammar.cma" i*)
+
+open Refl_omega
+
+TACTIC EXTEND ROmega
+ [ "ROmega" ] -> [ total_reflexive_omega_tactic ]
+END