This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | val l2s = List.foldl (fn(e,acc)=> acc^" "^Int.toString(e)) "" | |
| val ll2s = List.foldl (fn(e,acc)=>acc^"\n "^(l2s e)) "" | |
| fun display [] = (print "\n END") | |
| | display (l::lls) = (print ("\n "^(l2s l)); display lls) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | use "johnson_hw.sml"; | |
| val name_hw = "2005 - Assignment Two" | |
| (*Unit tests are of format string*bool where bool is represented by evaluation of a function to an expected value*) | |
| val tests = [ | |
| ]; | |
| print ("\n"^Int.toString(List.length(tests))^" TOTAL TESTS RUN----------------------"^name_hw^"--------------------------\n"); (*Name display to assert correct test file is running*) | |
| fun all_tests(tests) = | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | http://martineau.tv/2014/07/sublime-text-for-front-end-development/ | |
| http://www.sitepoint.com/10-essential-sublime-text-plugins-full-stack-developer/ | |
| http://ipestov.com/the-best-plugins-for-sublime-text/ | |
| https://css-tricks.com/sublime-text-front-end-developers/ | |
| Package Control | |
| SublimeLinter https://github.com/SublimeLinter/SublimeLinter-jshint | |
| scsslint https://packagecontrol.io/packages/SublimeLinter-contrib-scss-lint | |
| & jshint are particularly useful. | 
NewerOlder