Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % cat src/Strwieczyk@posejdon: Code/StringPainter
- ingPainter.mlpack
- Basic
- Prioritized
- wieczyk@posejdon: Code/StringPainter
- % ocaml
- Objective Caml version 3.12.1
- # #use "topfind";;
- - : unit = ()
- Findlib has been successfully loaded. Additional directives:
- #require "package";; to load a package
- #list;; to list the available packages
- #camlp4o;; to load camlp4 (standard syntax)
- #camlp4r;; to load camlp4 (revised syntax)
- #predicates "p,q,...";; to set these predicates
- Topfind.reset();; to force that packages will be reloaded
- #thread;; to enable threads
- - : unit = ()
- # #require "stringpainter";;
- /usr/local/lib/ocaml/3.12.1/stringpainter: added to search path
- /usr/local/lib/ocaml/3.12.1/stringpainter/StringPainter.cma: loaded
- # open StringPainter.Basic;;
- Error: Unbound module StringPainter
Advertisement
Add Comment
Please, Sign In to add comment