Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Jun 7, 2024
1 parent c398982 commit 28f5fd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

theories/hacspec/Hacspec_helpers.v
theories/hacspec/Hacspec_ovn_Ovn_traits.v
theories/hacspec/Hacspec_ovn_Ovn_z_89_.v
#theories/hacspec/Hacspec_ovn_Ovn_z_89_.v
theories/hacspec/Hacspec_ovn.v
theories/hacspec/Hacspec_ovn_to_sigma.v

Expand Down
8 changes: 4 additions & 4 deletions theories/hacspec/Hacspec_ovn_to_sigma.v
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ Import GroupScope GRing.Theory.

Import PackageNotation.

From Hammer Require Import Reflect.
(* From Hammer Require Import Reflect.
From Hammer Require Import Hammer.
Hammer_version.
Hammer_objects.
Hammer_objects. *)

(* Set Hammer Z3. *)
(* Unset Hammer Parallel. *)
Expand All @@ -82,7 +82,7 @@ Hammer_objects.
(* Set Hammer ATPLimit 30. *)
(* Hammer_cleanup. *)

Require Import SMTCoq.SMTCoq.
(* Require Import SMTCoq.SMTCoq. *)
(* Set SMT Solver "z3". (** Use Z3, also "CVC4" **) *)

Module Misc.
Expand Down Expand Up @@ -3023,4 +3023,4 @@ Module OVN_proof (OVN_impl : Hacspec_ovn.HacspecOVNParams) (GOP : GroupOperation

Admitted.

End OVN_or_proof.
End OVN_proof.

0 comments on commit 28f5fd6

Please sign in to comment.