package coq

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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 = "rtauto_plugin"
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.