package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587

doc/src/rtauto_plugin/g_rtauto.ml.html

Source file g_rtauto.ml

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

# 11 "plugins/rtauto/g_rtauto.mlg"
 

open Ltac_plugin



let __coq_plugin_name = "coq-core.plugins.rtauto"
let _ = Mltop.add_known_module __coq_plugin_name
let () = Tacentries.tactic_extend __coq_plugin_name "rtauto" ~level:0 
         [(Tacentries.TyML (Tacentries.TyIdent ("rtauto", Tacentries.TyNil), 
           (fun ist -> 
# 20 "plugins/rtauto/g_rtauto.mlg"
                    Refl_tauto.rtauto_tac 
           )))]

OCaml

Innovation. Community. Security.