Guest User

#load_all directive for the ocaml toplevel

a guest
Nov 23rd, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.17 KB | None | 0 0
  1. Hashtbl.add Toploop.directive_table "load_all"
  2.   (Toploop.Directive_none
  3.      (fun () ->
  4.        Topfind.load_deeply (Fl_package_base.list_packages ())))
  5. ;;
  6.  
  7. #load_all;;
Advertisement
Add Comment
Please, Sign In to add comment