Skip to content

Commit

Permalink
move theorems away from Ott file
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Oct 14, 2024
1 parent e97e561 commit cd2e242
Show file tree
Hide file tree
Showing 11 changed files with 711 additions and 1,380 deletions.
736 changes: 53 additions & 683 deletions examples/compute/ott/bir.ott

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/compute/src/shared/cv/bir_cv_binexpScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(* ------------------------------------------------------------------------- *)

open HolKernel Parse bossLib boolLib;
open birTheory bir_cv_basicTheory;
open birTheory bir_computeTheory bir_cv_basicTheory;
open wordsTheory;


Expand Down
2 changes: 1 addition & 1 deletion examples/compute/src/shared/cv/bir_cv_binpredScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

open HolKernel Parse boolLib bossLib;
open bir_cv_basicTheory;
open birTheory;
open birTheory bir_computeTheory;


val _ = new_theory "bir_cv_binpred";
Expand Down
2 changes: 1 addition & 1 deletion examples/compute/src/shared/cv/bir_cv_envScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(* ------------------------------------------------------------------------- *)

open HolKernel Parse bossLib boolLib;
open birTheory bir_cv_basicTheory;
open birTheory bir_metaTheory bir_cv_basicTheory;
open alistTheory;

val _ = new_theory "bir_cv_env";
Expand Down
2 changes: 1 addition & 1 deletion examples/compute/src/shared/cv/bir_cv_ifthenelseScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(* ------------------------------------------------------------------------- *)

open HolKernel Parse bossLib boolLib;
open birTheory bir_cv_basicTheory;
open birTheory bir_computeTheory bir_cv_basicTheory;


val _ = new_theory "bir_cv_ifthenelse";
Expand Down
2 changes: 1 addition & 1 deletion examples/compute/src/shared/cv/bir_cv_memScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(* ------------------------------------------------------------------------- *)

open HolKernel Parse boolLib bossLib;
open birTheory bir_cv_basicTheory;
open birTheory bir_computeTheory bir_cv_basicTheory;
open bitstringTheory numeral_bitTheory numposrepTheory;


Expand Down
2 changes: 1 addition & 1 deletion examples/compute/src/shared/cv/bir_cv_unaryexpScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

open HolKernel Parse bossLib boolLib;
open bir_cv_basicTheory;
open birTheory;
open birTheory bir_computeTheory;
open wordsTheory;


Expand Down
Loading

0 comments on commit cd2e242

Please sign in to comment.