My Length Assignment

From CSE425S Wiki
Revision as of 22:21, 7 January 2022 by Dennis.cosgrove (talk | contribs) (Created page with "=Code to Implement= {{SMLToImplement|my_length|my_length|warmup_my_length}} ==my_length== Write a function <code>my_length</code> which evaluates to the length of the given...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Code to Implement

file: src/main/sml/warmup_my_length/my_length.sml Smlnj-logo.png
functions: my_length

my_length

Write a function my_length which evaluates to the length of the given values list.