(no title)
thomasahle | 1 month ago
> Haskell provides indexable arrays, which may be thought of as functions whose domains are isomorphic to contiguous subsets of the integers.
with
> Haskell provides indexable arrays, which are functions on the domain [0, ..., k-1]?
Or is the domain actually anything "isomorphic to contiguous subsets of the integers"?
nimih|1 month ago
[1] https://hackage.haskell.org/package/array-0.5.8.0/docs/Data-...
edflsafoiewq|1 month ago