Module Ltac_plugin.Extratactics

type cmp =
| Eq
| Lt
| Le
| Gt
| Ge
val wit_comparison : (cmpcmpcmp) Genarg.genarg_type
type 'i test =
| Test of cmp * 'i * 'i
val wit_test : (int Locus.or_var testint Locus.or_var testint test) Genarg.genarg_type