turncoat-1.0: Elegant UCI chess engine
Safe HaskellSafe-Inferred
LanguageGHC2021

Utils.KillersTable

Documentation

lookupMoves :: (?killersTable :: KillersTable) => Ply -> IO [Move] Source #

insert :: (?killersTable :: KillersTable) => Ply -> Position -> Move -> IO () Source #