package down
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  An OCaml toplevel (REPL) upgrade
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      down-0.4.0.tbz
    
    
        
    
  
  
  
    
  
        sha512=2fc5ff1d236cebf0ad99b5230c5136600c640412276c98aa9a6faab09e311d7467456ca39b49de954b9b7efdad62b3ca1bb8033797bc088ce283c9880756979f
    
    
  doc/index.html
Down v0.4.0
Down is an unintrusive user experience upgrade for the ocaml toplevel (REPL).
Simply load the zero dependency Down library in the ocaml toplevel and you get line edition, history, session support and identifier completion and documentation (courtesy of ocp-index).
Consult the manual.
Quick start
Simply run ocaml and load the library:
> ocaml ... # #use "down.top";; Down loaded. Type Down.help () for more info. # List.con^t List.cons : 'a -> 'a list -> 'a list List.concat : 'a list list -> 'a list # List.con
You can add this #use invocation to your ~/.ocamlinit file.
More in the manual.
API
DownAn OCaml toplevel (REPL) upgrade
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page