package coq-core
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  The Coq Proof Assistant -- Core Binaries and Tools
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      coq-8.17.1.tar.gz
    
    
        
    
  
  
  
    
  
        sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b
    
    
  doc/coq-core.toplevel/Coqloop/index.html
Module CoqloopSource
The Coq toplevel loop.
A buffer for the character read from a channel. We store the command * entered to be able to report errors without pretty-printing.
Source
type input_buffer = {mutable prompt : Stm.doc -> string;mutable str : Bytes.t;(*buffer of already read characters
*)mutable len : int;(*number of chars in the buffer
*)mutable bols : int list;(*offsets in str of beginning of lines
*)mutable tokens : Pcoq.Parsable.t;(*stream of tokens
*)mutable start : int;
}stream count of the first char of the buffer
The input buffer of stdin.
Toplevel feedback printer.
Last document seen after `Drop`
Main entry point of Coq: read and execute vernac commands.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >