MCPcopy Create free account
hub / github.com/Singular/Singular / islambda

Function islambda

Singular/dyn_modules/openmath/objects.py:105–107  ·  view source on GitHub ↗

return True, iff sym is the lambda binder

(sym)

Source from the content-addressed store, hash-verified

103lambdasym = OMS("lambda", cdFns1)
104
105def islambda(sym):
106 "return True, iff sym is the lambda binder"
107 return lambdasym == sym
108
109class OMBIND(object):
110 """hopefully fixed possible problems: reevaluation writes new scope,

Callers 1

evaluateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected