Difference between revisions of "Geometry Language Assignment"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | Mac users may experience problems with real numbers in SML if they have a version prior to <nowiki>v110.98.1</nowiki>: | ||
+ | |||
+ | <nowiki>Error: Compiler bug: PPObj: ppFields in ppval.sml</nowiki> | ||
+ | |||
+ | You can determine your version by typing | ||
+ | |||
+ | <nowiki>sml --version</nowiki> | ||
+ | |||
+ | at the command line. | ||
+ | |||
+ | You can get a more up to date version of SML on the Mac by entering: | ||
+ | |||
+ | <nowiki>brew reinstall smlnj</nowiki> | ||
+ | |||
+ | at the command line. | ||
+ | |||
[https://www.coursera.org/learn/programming-languages-part-c/supplement/SKxLy/homework-7-instructions Instructions] | [https://www.coursera.org/learn/programming-languages-part-c/supplement/SKxLy/homework-7-instructions Instructions] |
Revision as of 20:55, 17 December 2020
Mac users may experience problems with real numbers in SML if they have a version prior to v110.98.1:
Error: Compiler bug: PPObj: ppFields in ppval.sml
You can determine your version by typing
sml --version
at the command line.
You can get a more up to date version of SML on the Mac by entering:
brew reinstall smlnj
at the command line.