Skip to content
Snippets Groups Projects
Commit 0a1cf07d authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Make Program obligations Transparent by default.

This may save the need to seal off some stuff.
parent d11b32df
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ structures. *)
Global Generalizable All Variables.
Global Set Automatic Coercions Import.
Global Set Asymmetric Patterns.
Global Unset Transparent Obligations.
From Coq Require Export Morphisms RelationClasses List Bool Utf8 Program Setoid.
Obligation Tactic := idtac.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment