isSameFuncLiteral

Compares 2 lambda functions described by their serialization.

Parameters

l1

first lambda to be compared

l2

second lambda to be compared

sc
Type: Scope*

the scope where the lambdas are compared

Return Value

Type: bool

true if the 2 lambda functions are equal, false otherwise

Meta