U.Core.ABT.Var
class Ord v => Var v where Source #
A class for avoiding accidental variable capture
freshIn
Set
Methods
freshIn :: Set v -> v -> v Source #