Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
Type-classes
class Prunable tree where Source #
An interface which tree-like data can support.
Instances
Prunable GameTree Source # | |
Prunable (PositionHashQuantifiedGameTree positionHash) Source # | |
Defined in BishBosh.Evaluation.PositionHashQuantifiedGameTree prune :: Depth -> PositionHashQuantifiedGameTree positionHash -> PositionHashQuantifiedGameTree positionHash Source # |