Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Utils.KillersTable
Documentation
type KillersTable = IOVector StorableMove Source #
lookupMoves :: (?killersTable :: KillersTable) => Ply -> IO [Move] Source #
create :: IO KillersTable Source #
clear :: KillersTable -> IO () Source #
killerSlots :: Int Source #