package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

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

# 11 "plugins/btauto/g_btauto.mlg"
 

open Ltac_plugin



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

OCaml

Innovation. Community. Security.