Practical numbers: Difference between revisions

(→‎Composition of pure functions: Removed argument with note to see taslk page.)
Line 228:
 
===Composition of pure functions===
On Haskelltype comments vs Pythoncompiler typinghints see the discussion page.
<lang python>'''Practical numbers'''
 
Line 248:
))
 
 
# Note: Although mypy compliant, type Any below could be improved.
 
def sumOfAnySubset(xs: List[int]) -> Callable[[Any], Any]:
9,659

edits