1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
let _ = Mltop.add_known_module "coq-catt-plugin.lib"
# 3 "coq_plugin/src/g_catt.mlg"
open Stdarg
let () = Vernacextend.static_vernac_extend ~plugin:(Some "coq-catt-plugin.lib") ~command:"Catt" ~classifier:(fun _ -> Vernacextend.classify_as_query) ?entry:None
[(Vernacextend.TyML (false, Vernacextend.TyTerminal ("Catt",
Vernacextend.TyNonTerminal (Extend.TUlist1 (
Extend.TUentry (Genarg.get_arg_tag wit_string)),
Vernacextend.TyTerminal ("From",
Vernacextend.TyTerminal ("File",
Vernacextend.TyNonTerminal (Extend.TUentry (Genarg.get_arg_tag wit_string),
Vernacextend.TyNil))))), (let coqpp_body tms
file
() = Vernactypes.vtdefault (fun () ->
# 8 "coq_plugin/src/g_catt.mlg"
Export.catt_tm file tms
) in fun tms
file
?loc ~atts ()
-> coqpp_body tms
file
(Attributes.unsupported_attributes atts)), None))]