Difference between revisions of "SML Reference"

From CSE425S Wiki
Jump to navigation Jump to search
(Created page with "[http://sml-family.org/Basis/manpages.html library documentation] [https://christian-rossow.de/files/ML_Cheat_Sheet.pdf Cheat Sheet] [http://www.cs.cmu.edu/~rwh/isml/book.pd...")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[http://sml-family.org/Basis/manpages.html library documentation]
+
[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]
 +
 +
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] 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] 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] 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]

Latest revision as of 04:46, 28 January 2022