Difference between revisions of "Geometry Language Assignment"

From CSE425S Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
  <nowiki>Error: Compiler bug: PPObj: ppFields in ppval.sml</nowiki>
 
  <nowiki>Error: Compiler bug: PPObj: ppFields in ppval.sml</nowiki>
 +
 +
[https://smlnj-gforge.cs.uchicago.edu/tracker/?func=detail&atid=215&aid=244&group_id=33 bug report]
  
 
You can determine your version by typing  
 
You can determine your version by typing  

Revision as of 20:56, 17 December 2020

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