Sha256: 6114a2ed157ee1c1da2648ab7be24fce090cc76b50067705c56ce70dbeaf6a7b
Contents?: true
Size: 283 Bytes
Versions: 58
Compression:
Stored size: 283 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 = error "You need to implement this function."
Version data entries
58 entries across 58 versions & 1 rubygems