Talk:Evaluate binomial coefficients: Difference between revisions

Line 142:
:: as well as Int and Float enumerations '''[1.. 10]''', '''[1.5 .. 10.5]'''),
 
:: The HM comment: '''enumFromTo :: Enum a => a -> a -> [a]'''
 
:::'''enumFromTo :: Enum a => a -> a -> [a]'''
 
:: (''A list of values derived from a start value and and end value of the same type'',
Line 149 ⟶ 151:
:: is more informative to the reader, and less verbose, than the mypy type hint:
 
::: '''def enumFromTo(m: Any) -> Callable[[Any], List[Any]]:'''
 
:: Which hasis novisually conventionnoisier, forand indicatingcan anot express the restriction to enumerable types.
 
 
9,655

edits