Skip to content

Commit

Permalink
removed new F* feature use
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikbhargavan committed Sep 12, 2024
1 parent 5100963 commit 5f60d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fstar-helpers/fstar-bitvec/Tactics.GetBit.fst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ open FStar.Option
open Tactics.Utils
open Tactics.Pow2

open BitVecEq {}
open Tactics.Seq {norm_index, tactic_list_index}
open BitVecEq
open Tactics.Seq


let norm_machine_int () = Tactics.MachineInts.(transform norm_machine_int_term)
Expand Down

0 comments on commit 5f60d88

Please sign in to comment.