Code to Implement
file: |
src/main/sml/warmup_my_length/my_length.sml |
![Smlnj-logo.png](/cse425s/images/thumb/a/ad/Smlnj-logo.png/32px-Smlnj-logo.png) |
functions: |
my_length |
my_length
Write a function my_length
which evaluates to the length of the given values
list.
Test
file: |
unit_test_my_length.sml |
|
source folder: |
src/test/sml/warmup_my_length |