To Squares With Pattern Matching Assignment

From CSE425S Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 Smlnj-logo.png
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.

SML Error Messages