Difference between revisions of "SML Reference"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [https://www.smlnj.org/doc/errors.html SML Errors] | ||
+ | |||
[https://christian-rossow.de/files/ML_Cheat_Sheet.pdf Cheat Sheet] | [https://christian-rossow.de/files/ML_Cheat_Sheet.pdf Cheat Sheet] | ||
− | [ | + | [https://smlfamily.github.io/Basis/ The Standard ML Basis Library] |
+ | |||
+ | [https://smlfamily.github.io/Basis/manpages.html The Standard ML Basis Library - Manual Pages] | ||
+ | |||
+ | * [https://smlfamily.github.io/Basis/general.html general] | ||
+ | * [https://smlfamily.github.io/Basis/list.html list] | ||
+ | * [https://smlfamily.github.io/Basis/option.html option] | ||
+ | * [https://smlfamily.github.io/Basis/string.html string] | ||
+ | * [https://smlfamily.github.io/Basis/integer.html integer] | ||
+ | * [https://smlfamily.github.io/Basis/real.html real] | ||
+ | * [https://smlfamily.github.io/Basis/bool.html bool] | ||
[https://learnxinyminutes.com/docs/standard-ml/ Learn SML in Y Minutes] | [https://learnxinyminutes.com/docs/standard-ml/ Learn SML in Y Minutes] | ||
− | Section 1 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit1notes.pdf UW] [https://www.coursera.org/learn/programming-languages/supplement/CKUfg/section-1-reading-notes Coursera] | + | Section 1 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit1notes.pdf UW] or [https://www.coursera.org/learn/programming-languages/supplement/CKUfg/section-1-reading-notes Coursera] |
− | Section 2 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit2notes.pdf UW] [https://www.coursera.org/learn/programming-languages/supplement/f5p4G/section-2-reading-notes Coursera] | + | Section 2 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit2notes.pdf UW] or [https://www.coursera.org/learn/programming-languages/supplement/f5p4G/section-2-reading-notes Coursera] |
− | Section 3 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit3notes.pdf UW] [https://www.coursera.org/learn/programming-languages/supplement/C8BIa/section-3-reading-notes Coursera] | + | Section 3 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit3notes.pdf UW] or [https://www.coursera.org/learn/programming-languages/supplement/C8BIa/section-3-reading-notes Coursera] |
− | Section 4 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit4notes.pdf UW] [https://www.coursera.org/learn/programming-languages/supplement/D5Isq/section-4-reading-notes Coursera] | + | Section 4 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit4notes.pdf UW] or [https://www.coursera.org/learn/programming-languages/supplement/D5Isq/section-4-reading-notes Coursera] |
[http://www.cs.cmu.edu/~rwh/isml/book.pdf Programming in Standard ML] | [http://www.cs.cmu.edu/~rwh/isml/book.pdf Programming in Standard ML] |