Skip to content

Commit

Permalink
Fixed universe inconsistencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
anlun committed Oct 23, 2023
1 parent da203b7 commit 63f2a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/itree/ITreeLang.v
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ From PromisingLib Require Import Event.
Require Export ITreeLib.
Require Export Program.

Set Universe Polymorphism.
Set Implicit Arguments.


Module MemE.
Variant rmw :=
| fetch_add (addendum:Const.t)
Expand Down
1 change: 1 addition & 0 deletions src/model/Configuration.v
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Require Import Global.
Require Import Local.
Require Import Thread.

Set Universe Polymorphism.
Set Implicit Arguments.


Expand Down
1 change: 1 addition & 0 deletions src/trans/Compatibility.v
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Require Import SimMemory.
Require Import SimGlobal.
Require Import SimThread.

Set Universe Polymorphism.
Set Implicit Arguments.


Expand Down

0 comments on commit 63f2a13

Please sign in to comment.