module Pandora.Paradigm.Primary.Auxiliary where data Vertical a = Up a | Down a data Horizontal a = Left a | Right a