Package hydra.testing

Class TypeReductionTestCase

java.lang.Object
hydra.testing.TypeReductionTestCase
All Implemented Interfaces:
Serializable, Comparable<TypeReductionTestCase>

public class TypeReductionTestCase extends Object implements Serializable, Comparable<TypeReductionTestCase>
A test case which performs beta reduction on a type (reducing type applications) and compares the result with the expected type
See Also: