External module "deductionFunctions/commutativity/index"
Functions
Const commutativity
Defined in deductionFunctions/commutativity/index.ts:32
Parameters
Returns boolean
Can we reach the target
from the source
via Commutativitiy
?
Const simpleCommutativity
Defined in deductionFunctions/commutativity/index.ts:19
Parameters
Returns boolean
Does Commutativity apply at the top level?
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
We then apply the
checkRuleRecursively
HOF to simpleCommutativity to check commutativity recursively.