Skip to content
Snippets Groups Projects
Commit c76d4bea authored by Ralf Jung's avatar Ralf Jung
Browse files

add options file for library-wide configuration

parent aa23528c
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
# (https://github.com/coq/coq/issues/6294).
-arg -w -arg -redundant-canonical-projection
theories/options.v
theories/algebra/monoid.v
theories/algebra/cmra.v
theories/algebra/big_op.v
......
(** Coq configuration for Iris (not meant to leak to clients) *)
(* Everything here should be [Export Set], which means when this
file is *imported*, the option will only apply on the import site
but not transitively. *)
Export Set Default Proof Using "Type".
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