|
|
|
|
|
by jacobgreenleaf
4582 days ago
|
|
In Haskell, and I assume Scala, you can name types of the same form, so I might say a TimeSeries is a list of floating point values. If I use that data type, you can't accidentally pass a different kind of list of floating points even though they're the same type. |
|