Sha256: 057303617da2b4dfb1a79bf01c3f154e76da59609d64a594a018059f32d9b553
Contents?: true
Size: 297 Bytes
Versions: 271
Compression:
Stored size: 297 Bytes
Contents
module Queens (boardString, canAttack) where boardString :: Maybe (Int, Int) -> Maybe (Int, Int) -> String boardString white black = error "You need to implement this function." canAttack :: (Int, Int) -> (Int, Int) -> Bool canAttack queenA queenB = error "You need to implement this function."
Version data entries
271 entries across 271 versions & 1 rubygems