Geometry Language Assignment

From CSE425S Wiki
Jump to navigation Jump to search

Mac SML Bug

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

bug report

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.

Assignment

Instructions