New pages
Jump to navigation
Jump to search
- 16:22, 17 September 2024 To Squares Using Higher Order Functions Assignment (hist) [370 bytes] Dennis.cosgrove (talk | contribs) (Created page with "<syntaxhighlight lang="sml"> fun to_squares(xs : int list) : int list = raise Fail "NotYetImplemented" </syntaxhighlight>")
- 13:05, 10 September 2024 Sum Distances To Origin With Nested Pattern Matching Assignment (hist) [622 bytes] Dennis.cosgrove (talk | contribs) (Created page with "=Previous Warmup= This warmup is a variation of the Sum Distances To Origin with Functions warmup. =Background= ==SML==...")
- 14:13, 5 September 2024 To Squares With Pattern Matching Assignment (hist) [239 bytes] 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...")
- 14:44, 30 August 2024 To Squares With Functions Assignment (hist) [704 bytes] Dennis.cosgrove (talk | contribs) (Created page with "=Functions to Use= ==[https://smlfamily.github.io/Basis/list.html List Structure]== * [https://smlfamily.github.io/Basis/list.html#SIG:LIST.null:VAL null] * [https://smlfamily...")