bishbosh-0.1.4.0: Plays chess.
Safe HaskellSafe-Inferred
LanguageHaskell2010

BishBosh.Property.Arboreal

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Synopsis

Type-classes

class Prunable tree where Source #

An interface which tree-like data can support.

Methods

prune Source #

Arguments

:: Depth 
-> tree 
-> tree

Remove branches after the specified depth.

Instances

Instances details
Prunable GameTree Source # 
Instance details

Defined in BishBosh.Model.GameTree

Prunable (PositionHashQuantifiedGameTree positionHash) Source # 
Instance details

Defined in BishBosh.Evaluation.PositionHashQuantifiedGameTree

Types

Type-synonyms

type Depth = Int Source #

A distance down the tree.