genvarsTerm.genvars : hol_type -> int -> term list
Generate a specified number of fresh variables.
An invocation genvars ty n will invoke
genvar n times and return the resulting list
of variables.
Never fails. If n is less-than-or-equal to zero, the
empty list is returned.
- genvars alpha 3;
> val it = [`%%genvar%%1558`, `%%genvar%%1559`, `%%genvar%%1560`] : term list