Guest User

Untitled

a guest
Nov 18th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1.  
  2. % cat src/Strwieczyk@posejdon: Code/StringPainter
  3. ingPainter.mlpack
  4. Basic
  5. Prioritized
  6.  
  7. wieczyk@posejdon: Code/StringPainter
  8. % ocaml
  9. Objective Caml version 3.12.1
  10.  
  11. # #use "topfind";;
  12. - : unit = ()
  13. Findlib has been successfully loaded. Additional directives:
  14. #require "package";; to load a package
  15. #list;; to list the available packages
  16. #camlp4o;; to load camlp4 (standard syntax)
  17. #camlp4r;; to load camlp4 (revised syntax)
  18. #predicates "p,q,...";; to set these predicates
  19. Topfind.reset();; to force that packages will be reloaded
  20. #thread;; to enable threads
  21.  
  22. - : unit = ()
  23. # #require "stringpainter";;
  24. /usr/local/lib/ocaml/3.12.1/stringpainter: added to search path
  25. /usr/local/lib/ocaml/3.12.1/stringpainter/StringPainter.cma: loaded
  26. # open StringPainter.Basic;;
  27. Error: Unbound module StringPainter
Advertisement
Add Comment
Please, Sign In to add comment