package rocq-runtime
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The Rocq Prover -- Core Binaries and Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
rocq-9.1.0.tar.gz
sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824
doc/src/cc_plugin/g_congruence.ml.html
Source file g_congruence.ml
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68# 11 "plugins/cc/g_congruence.mlg" open Ltac_plugin open Cctac open Stdarg # 11 "plugins/cc/g_congruence.ml" let _ = Mltop.add_known_module "rocq-runtime.plugins.cc" let () = Tacentries.tactic_extend "rocq-runtime.plugins.cc" "cc" ~level:0 [(Tacentries.TyML (Tacentries.TyIdent ("congruence", Tacentries.TyArg ( Extend.TUopt ( Extend.TUentry (Genarg.get_arg_tag wit_natural)), Tacentries.TyNil)), (fun n ist -> # 25 "plugins/cc/g_congruence.mlg" congruence_tac n [] # 22 "plugins/cc/g_congruence.ml" ))); (Tacentries.TyML (Tacentries.TyIdent ("congruence", Tacentries.TyArg ( Extend.TUopt ( Extend.TUentry (Genarg.get_arg_tag wit_natural)), Tacentries.TyIdent ("with", Tacentries.TyArg ( Extend.TUlist1 ( Extend.TUentry (Genarg.get_arg_tag wit_constr)), Tacentries.TyNil)))), (fun n l ist -> # 27 "plugins/cc/g_congruence.mlg" congruence_tac n l # 35 "plugins/cc/g_congruence.ml" ))); (Tacentries.TyML (Tacentries.TyIdent ("simple", Tacentries.TyIdent ("congruence", Tacentries.TyArg ( Extend.TUopt ( Extend.TUentry (Genarg.get_arg_tag wit_natural)), Tacentries.TyNil))), (fun n ist -> # 29 "plugins/cc/g_congruence.mlg" simple_congruence_tac n [] # 45 "plugins/cc/g_congruence.ml" ))); (Tacentries.TyML (Tacentries.TyIdent ("simple", Tacentries.TyIdent ("congruence", Tacentries.TyArg ( Extend.TUopt ( Extend.TUentry (Genarg.get_arg_tag wit_natural)), Tacentries.TyIdent ("with", Tacentries.TyArg ( Extend.TUlist1 ( Extend.TUentry (Genarg.get_arg_tag wit_constr)), Tacentries.TyNil))))), (fun n l ist -> # 31 "plugins/cc/g_congruence.mlg" simple_congruence_tac n l # 59 "plugins/cc/g_congruence.ml" )))] let () = Tacentries.tactic_extend "rocq-runtime.plugins.cc" "f_equal" ~level:0 [(Tacentries.TyML (Tacentries.TyIdent ("f_equal", Tacentries.TyNil), (fun ist -> # 35 "plugins/cc/g_congruence.mlg" f_equal # 67 "plugins/cc/g_congruence.ml" )))]
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>