mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-07 16:26:51 +03:00
1cf9de4021
`countFrom` must have been made public accidentally: * it is defined in the ranges section of the file, not stream section * it is used only in `Range` implementation * the same function `iterate` is defined in `Data.Stream` ``` countFrom start next ``` is the same as ``` iterate next start ``` |
||
---|---|---|
.. | ||
Basics.idr | ||
Cast.idr | ||
EqOrd.idr | ||
Interfaces.idr | ||
IO.idr | ||
Num.idr | ||
Ops.idr | ||
Show.idr | ||
Types.idr | ||
Uninhabited.idr |