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.2.2.8.20.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=5404b94fbfe8c126470e7ef706001a77da6f6c388c314b6a80981c265a712399
    
    
  sha512=1cc67ed0e0f0d5f64dc6e89239045f59e1ec85535496182ff6b7988621ff13e9fdd5e74e30224e37f3832a77435d1f636b15e46cd93e382b1c4256e96e9297c8
    
    
  doc/coq-lsp.fleche/Fleche/Contents/index.html
Module Fleche.ContentsSource
Source
type t = private {- raw : string;(*- That's the original, unprocessed document text, including markdown *)
- text : string;(*- That's the text to be sent to the prover, already processed, and stripped from markdown, encoded in UTF-8 *)
- last : Lang.Point.t;(*- Last point of *)- text, you can derive n_lines from here
- lines : string Array.t;(*
 *)- textsplit in lines
}Process contents
Make an object of type t but don't process the text, this is only used internally to still provide some contents when make fails.
extract_raw contents ~range Returns the sub-string of the raw part of the document
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >