diff options
| author | Maxime Dénès | 2017-10-27 18:18:30 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-27 18:18:30 +0200 |
| commit | ff4793c609d4fc2b868ff673ffaa48abf6d5fa03 (patch) | |
| tree | 49a7a2cf4ebe5cd0066156a096434f3014f0fd06 /dev | |
| parent | 99b1f939f8ca56b328a159c27033052c6fcb9a81 (diff) | |
| parent | bf4112094feb1a705d8bdaea3fb0febc4ef3ff59 (diff) | |
Merge PR #6015: [general] Remove Econstr dependency from `intf`
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/top_printers.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/top_printers.ml b/dev/top_printers.ml index ffa8fffdf5..70f7c4283f 100644 --- a/dev/top_printers.ml +++ b/dev/top_printers.ml @@ -108,8 +108,7 @@ let ppconstrunderbindersidmap l = pp (prconstrunderbindersidmap l) let ppunbound_ltac_var_map l = ppidmap (fun _ arg -> str"<genarg:" ++ pr_argument_type(genarg_tag arg) ++ str">") -open Glob_term - +open Ltac_pretype let rec pr_closure {idents=idents;typed=typed;untyped=untyped} = hov 1 (str"{idents=" ++ prididmap idents ++ str";" ++ spc() ++ str"typed=" ++ prconstrunderbindersidmap typed ++ str";" ++ spc() ++ |
