diff options
| author | Hugo Herbelin | 2017-07-12 17:25:33 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-07-12 17:28:43 +0200 |
| commit | 0e8fc03878b360e540069df139cbcc278837d5d2 (patch) | |
| tree | debd0f22181cc604b02828bad876d9050c0b1191 | |
| parent | 9427b99b167842bc4a831def815c4824030d518f (diff) | |
Adding econstr printer to "include" file.
| -rw-r--r-- | dev/include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/include b/dev/include index 31ae5da71a..0d34595f4f 100644 --- a/dev/include +++ b/dev/include @@ -31,6 +31,7 @@ #install_printer (* glob_constr *) ppglob_constr;; #install_printer (* open constr *) ppopenconstr;; #install_printer (* constr *) ppconstr;; +#install_printer (* econstr *) ppeconstr;; #install_printer (* constr_substituted *) ppsconstr;; #install_printer (* constraints *) ppconstraints;; #install_printer (* univ constraints *) ppuniverseconstraints;; |
