Guest User

Untitled

a guest
Mar 20th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. - List.nth([1,2,3],0);
  2. [autoloading]
  3.  
  4. unexpected exception (bug?) in SML/NJ: Io [Io: openIn failed on "/Users/jhr/Work/smlnj/osx-dist/smlnj.dst/sml.boot.x86-unix/smlnj/basis/.cm/x86-unix/basis.cm", No such file or directory]
  5. raised at: Basis/Implementation/IO/bin-io-fn.sml:617.25-617.71
  6. ../cm/util/safeio.sml:30.11
  7. ../compiler/TopLevel/interact/evalloop.sml:42.54
  8.  
  9. - length ([1,2,3]);
  10. val it = 3 : int
  11.  
  12. - List.length([1,2,3]);
  13. [autoloading]
  14.  
  15. unexpected exception (bug?) in SML/NJ: Io [Io: openIn failed on "/Users/jhr/Work/smlnj/osx-dist/smlnj.dst/sml.boot.x86-unix/smlnj/basis/.cm/x86-unix/basis.cm", No such file or directory]
  16. raised at: Basis/Implementation/IO/bin-io-fn.sml:617.25-617.71
  17. ../cm/util/safeio.sml:30.11
  18. ../compiler/TopLevel/interact/evalloop.sml:42.54
  19.  
  20. $ ruby <(curl -fsSk https://raw.github.com/mxcl/homebrew/go)
  21. $ brew update
  22. $ brew install smlnj
Add Comment
Please, Sign In to add comment