diff options
| author | Pierre-Marie Pédrot | 2016-05-09 16:08:50 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-05-10 19:28:24 +0200 |
| commit | 6150d15647afc739329019f7e9de595187ecc282 (patch) | |
| tree | 9dd5b05f3063e9ae0a0660089e6edb8c17e727b2 /dev | |
| parent | 9891f2321f13861e3f48ddb28abcd5a77be30791 (diff) | |
Removing the Entry module now that rules need not be marshalled.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/printers.mllib | 1 | ||||
| -rw-r--r-- | dev/top_printers.ml | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dev/printers.mllib b/dev/printers.mllib index 390a9f384d..aa74cb5085 100644 --- a/dev/printers.mllib +++ b/dev/printers.mllib @@ -194,7 +194,6 @@ Proof_global Pfedit Decl_mode Ppconstr -Entry Pcoq Printer Pptactic diff --git a/dev/top_printers.ml b/dev/top_printers.ml index f9c1971a82..f5599d793f 100644 --- a/dev/top_printers.ml +++ b/dev/top_printers.ml @@ -520,7 +520,7 @@ let _ = extend_vernac_command_grammar ("PrintConstr", 0) None [GramTerminal "PrintConstr"; GramNonTerminal - (Loc.ghost,rawwit wit_constr,Extend.Aentry (Pcoq.name_of_entry Pcoq.Constr.constr))] + (Loc.ghost,rawwit wit_constr,Extend.Aentry Pcoq.Constr.constr)] let _ = try @@ -536,7 +536,7 @@ let _ = extend_vernac_command_grammar ("PrintPureConstr", 0) None [GramTerminal "PrintPureConstr"; GramNonTerminal - (Loc.ghost,rawwit wit_constr,Extend.Aentry (Pcoq.name_of_entry Pcoq.Constr.constr))] + (Loc.ghost,rawwit wit_constr,Extend.Aentry Pcoq.Constr.constr)] (* Setting printer of unbound global reference *) open Names |
