Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
fp2023:lab04 [2023/03/24 12:22] pdmatei |
fp2023:lab04 [2023/03/24 14:53] (current) pdmatei |
||
|---|---|---|---|
| Line 40: | Line 40: | ||
| **4.7.** Implement ''max'' which returns the largest integer from a list: | **4.7.** Implement ''max'' which returns the largest integer from a list: | ||
| <code scala> | <code scala> | ||
| - | def max(l: Ilist): Int = ??? | + | def max(l: IList): Int = ??? |
| </code> | </code> | ||