To Squares With Pattern Matching Assignment
Revision as of 14:13, 5 September 2024 by Dennis.cosgrove (talk | contribs) (Created page with "Reimplement To Squares with pattern matching. =Code to Implement= {{SMLToImplement|squares_pattern|to_squares|warmup_squares_pattern}} =Test= {{SML...")
Reimplement To Squares with pattern matching.
Code to Implement
file: | src/main/sml/warmup_squares_pattern/squares_pattern.sml | ![]() |
functions: | to_squares |
Test
source folder: | src/test/sml/warmup_squares_pattern |
how to run with CM.make verbosity off: | sml -Ccm.verbose=false run_squares_pattern_testing.sml |
how to run with CM.make verbosity on: | sml run_squares_pattern_testing.sml |
note: ensure that you have removed all printing to receive credit for any assignment.