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.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=0cfaa70f569be9494d24c829e6555d46
    
    
  sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2
    
    
  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