diff options
| author | Hugo Herbelin | 2014-12-04 10:47:31 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2014-12-04 11:42:59 +0100 |
| commit | 9fc63bfa8c8e8bc3bf835ebb2d3d444c5a6d4f9f (patch) | |
| tree | ce0547f9ec401d865d9f012d684967b29f80c070 /dev | |
| parent | 84694dcd9b720d4ed7eb838ad7c5a083e7eb86fe (diff) | |
Reactivating option "Set Printing Existential Instances" for asking printing full instances.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/top_printers.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/top_printers.ml b/dev/top_printers.ml index c12f8a2760..49335a8039 100644 --- a/dev/top_printers.ml +++ b/dev/top_printers.ml @@ -24,8 +24,8 @@ open Genarg open Clenv open Universes -let _ = Constrextern.print_evar_arguments := true -let _ = Constrextern.print_universes := true +let _ = Detyping.print_evar_arguments := true +let _ = Detyping.print_universes := true let _ = set_bool_option_value ["Printing";"Matching"] false let _ = Detyping.set_detype_anonymous (fun _ _ -> raise Not_found) |
