Hedgehog


Tree<'a> Type

Namespace: Hedgehog

Assembly: Hedgehog.dll

Base Type: obj

All Interfaces: IEquatable<Tree<'a>> , IStructuralEquatable

A rose tree which represents a random generated outcome, and all the ways in which it can be made smaller.

Union cases

Union case Description

Node('a, seq<Tree<'a>>)

Full Usage: Node('a, seq<Tree<'a>>)

Parameters:
    Item1 : 'a
    Item2 : seq<Tree<'a>>

Item1 : 'a
Item2 : seq<Tree<'a>>