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.18.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=99514bcbf82318b9ff857656f4ec1f87bb46f1c699a4f1e9fb06f5fcdd8d8839
    
    
  sha512=fa4593a2ae416e554869a879da5d35a1d33efa5cc8743f77c05373875ecea267019989dec600d5e880d909aea97ce7f6990ac59e58aabce358e3693b0764bef8
    
    
  doc/coq-lsp.petanque/Petanque/Agent/index.html
Module Petanque.AgentSource
Petanque.Agent
I/O handling, by default, print to stderr
message level message
init ~debug ~root Initializes Coq, with project and workspace settings from root. root needs to be in URI format. This function needs to be called _once_ before all others.
Source
val start : 
  token:Coq.Limits.Token.t ->
  env:Env.t ->
  uri:Lang.LUri.File.t ->
  thm:string ->
  State.t R.tstart uri thm start a new proof for theorem thm in file uri.
Source
val run_tac : 
  token:Coq.Limits.Token.t ->
  st:State.t ->
  tac:string ->
  State.t Run_result.t R.trun_tac ~token ~st ~tac tries to run tac over state st
goals ~token ~st return the list of goals for a given st
Return the list of defined constants and inductives for a given state. For now we just return their fully qualified name, but more options are of course possible.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >