haskellscrabble-0.1.0.1: src/Wordify/Rules/Pos/Internal.hs
module Wordify.Rules.Pos.Internal ( Pos(Pos) ) where data Pos = Pos !Int !Int !String deriving (Eq,Show, Ord)
module Wordify.Rules.Pos.Internal ( Pos(Pos) ) where data Pos = Pos !Int !Int !String deriving (Eq,Show, Ord)