package coq-core
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  The Coq Proof Assistant -- Core Binaries and Tools
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      coq-8.20.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=66e57ea55275903bef74d5bf36fbe0f1
    
    
  sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b
    
    
  doc/ltac2_plugin/Ltac2_plugin/Tac2ffi/index.html
Module Ltac2_plugin.Tac2ffiSource
Ltac2 FFI
These functions allow to convert back and forth between OCaml and Ltac2 data representation. The to_* functions raise an anomaly whenever the data has not expected shape.
WARNING these functions copy
Source
val of_pair : 
  ('a -> Tac2val.valexpr) ->
  ('b -> Tac2val.valexpr) ->
  ('a * 'b) ->
  Tac2val.valexprSource
val to_pair : 
  (Tac2val.valexpr -> 'a) ->
  (Tac2val.valexpr -> 'b) ->
  Tac2val.valexpr ->
  'a * 'bSource
val of_triple : 
  ('a -> Tac2val.valexpr) ->
  ('b -> Tac2val.valexpr) ->
  ('c -> Tac2val.valexpr) ->
  ('a * 'b * 'c) ->
  Tac2val.valexprSource
val to_triple : 
  (Tac2val.valexpr -> 'a) ->
  (Tac2val.valexpr -> 'b) ->
  (Tac2val.valexpr -> 'c) ->
  Tac2val.valexpr ->
  'a * 'b * 'cDynamic tags
Toplevel representation of OCaml exceptions. Invariant: no LtacError should be put into a value with tag val_exn.
Exception
Ltac2-defined exceptions seen from OCaml side
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page