Geometry Language Assignment

From CSE425S Wiki
Revision as of 20:55, 17 December 2020 by Dennis.cosgrove (talk | contribs)
Jump to navigation Jump to search

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.

Instructions