-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try out SepCallsand ZnWords in lightbulb.v (#244)
- Loading branch information
1 parent
6d05688
commit 06018b7
Showing
12 changed files
with
124 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Require Export Coq.ZArith.ZArith. Open Scope Z_scope. (* TODO remove *) | ||
Require Export coqutil.Byte. | ||
Require Export coqutil.Datatypes.Inhabited. | ||
Require Export coqutil.Tactics.Tactics. | ||
Require Export coqutil.Tactics.autoforward. | ||
Require Export coqutil.Map.Interface coqutil.Map.Properties coqutil.Map.OfListWord. | ||
Require Export coqutil.Word.Interface coqutil.Word.Properties. | ||
Require Export coqutil.Tactics.fwd. | ||
Require Export bedrock2.Lift1Prop. | ||
Require Export bedrock2.Map.Separation bedrock2.Map.SeparationLogic. | ||
Require Export bedrock2.ZnWords. | ||
Require Export bedrock2.WordSimpl. | ||
Export List.ListNotations. Open Scope list_scope. (* TODO remove *) | ||
Require Export bedrock2.SepCallsExports. | ||
Require Export bedrock2.TransferSepsOrder. | ||
|
||
Require Export bedrock2.SepAuto. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Require Export Coq.ZArith.ZArith. Open Scope Z_scope. | ||
Require Export coqutil.Byte. | ||
Require Export coqutil.Datatypes.Inhabited. | ||
Require Export coqutil.Tactics.Tactics. | ||
Require Export coqutil.Tactics.autoforward. | ||
Require Export coqutil.Map.Interface coqutil.Map.Properties coqutil.Map.OfListWord. | ||
Require Export coqutil.Word.Interface coqutil.Word.Properties. | ||
Require Export coqutil.Tactics.fwd. | ||
Require Export bedrock2.Lift1Prop. | ||
Require Export bedrock2.Map.Separation bedrock2.Map.SeparationLogic. | ||
Require Export bedrock2.ZnWords. | ||
Require Export bedrock2.TacticError. | ||
Require Export Coq.Strings.String. Open Scope string_scope. | ||
Require Export Coq.Lists.List. (* to make sure `length` refers to list rather than string *) | ||
|
||
Require Export bedrock2.SepCalls. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.