| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
BishBosh.Property.Arboreal
Contents
Description
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 Methods prune :: Depth -> PositionHashQuantifiedGameTree positionHash -> PositionHashQuantifiedGameTree positionHash Source # | |