Direction.hs

module Direction(Direction(..)) where

data Direction = L | R | Dno Int  deriving (Eq, Ord, Read, Show)

Plain-text version of Direction.hs | Valid HTML?