% package:ansi-terminal-game

Pastes one Plane onto another. To be used along with & like this:
d :: Plane
d =          blankPlane 100 100  &
(3, 4) % box '_' 3 5         &
(a, b) % cell 'A' # bold
Pastes a plane onto another (origin: bottom-left).
Pastes a plane onto another (origin: bottom-right).
Pastes a plane onto another (origin: top-right).