diff options
| author | Matthieu Sozeau | 2014-06-11 15:41:40 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2014-06-11 15:42:51 +0200 |
| commit | a26b8afbe5b6b0b5bb034884f5271c6d845a67b4 (patch) | |
| tree | b21bca651952bd5f40a65c61056eb5305b8a7a7c /dev/include | |
| parent | e781fdf9a135526e67ebb014412c663d54ef9e28 (diff) | |
- Fix bug #3368, due to wrong use of the Cst_stack for projections.
- Monomorphize Cst_stack to 'a = constr.
- Add corresponding debug printer.
Diffstat (limited to 'dev/include')
| -rw-r--r-- | dev/include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/include b/dev/include index 4a025d077c..7c63f54436 100644 --- a/dev/include +++ b/dev/include @@ -53,6 +53,8 @@ #install_printer (* type_judgement *) pptype;; #install_printer (* judgement *) ppj;; +#install_printer (* judgement *) pp_cst_stack_t;; + (*#install_printer (* hint_db *) print_hint_db;;*) (*#install_printer (* hints_path *) pphintspath;;*) #install_printer (* goal *) ppgoal;; |
