To Squares With Pattern Matching Assignment
Jump to navigation
Jump to search
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.