v0.1.2
- Added
Shift
type for lifting the scope of anEmbed
combinator up one binding level. - (in 0.1.1, which never went to Hackage) Added a
makeClosedAlpha
TH splice for making 'Alpha' instances for types that don't participate inAlpha
in a non-trivial way. A typeT
is trivial with respect toAlpha
if:- it cannot contain any names
- thus its
aeq
is just(==)
- and
open
andclose
are both identity operations.