package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.1.0.tar.gz
sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824

doc/src/btauto_plugin/g_btauto.ml.html

Source file g_btauto.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# 11 "plugins/btauto/g_btauto.mlg"
 

open Ltac_plugin


# 9 "plugins/btauto/g_btauto.ml"

let _ = Mltop.add_known_module "rocq-runtime.plugins.btauto"
let () = Tacentries.tactic_extend "rocq-runtime.plugins.btauto" "btauto" ~level:0 
         [(Tacentries.TyML (Tacentries.TyIdent ("btauto", Tacentries.TyNil), 
           (fun ist -> 
# 20 "plugins/btauto/g_btauto.mlg"
                    Refl_btauto.Btauto.tac 
# 17 "plugins/btauto/g_btauto.ml"
)))]