package coq-lsp
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Language Server Protocol native server for Coq
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      coq-lsp-0.1.9.8.19.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=ef664281ab6e242dd79374cbbe4f177f2f071d3457cd3b75c23643948d475961
    
    
  sha512=3c180c0c2e1218936b6cacb37197370cf80be4c372c46e38a2ab403a5a6e99cd6403f927ecfc017aefa2ead856abb389d48feb183049bf2c7badb029ce13f1ee
    
    
  doc/coq-lsp.coq/Coq/Library_file/index.html
Module Coq.Library_fileSource
toc libs Returns the list of constants and inductives found on .vo libraries libs, as pairs of name, typ. Note that the constants are returned in the order they appear on the file.
NOTE that (unfortunately) this is a very expensive process, similary to Coq's Search, as this routine will have to traverse all the library objects in scope.
Hence, we provide a slightly more efficient version that can do multiple libraries but with the same complexity.
There have been several upstream Coq PRs trying to improve this situation, but so far they didn't make enough progress.
Recovers the list of loaded libraries for state st
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >