summaryrefslogtreecommitdiff
path: root/contrib/romega/g_romega.ml4
blob: 7cfc50f8eb0aca630aa920081c39ea416242d62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 romelga
  [ "romega" ] -> [ total_reflexive_omega_tactic ]
END