Skip to content

Commit

Permalink
Remove curly brackets from Tactics.GetBit.fst
Browse files Browse the repository at this point in the history
  • Loading branch information
mamonet committed Sep 4, 2024
1 parent 4b5a63b commit b01cd8c
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 _ = Rust_primitives.Hax.array_of_list
Expand Down

0 comments on commit b01cd8c

Please sign in to comment.