Skip to content

Commit

Permalink
Fixing incorrect bit operation references in Radix1Tree.*.Unsafe modules
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningWitness committed Oct 9, 2024
1 parent 432735d commit 938a810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Data/Radix1Tree/Word8/Lazy/Unsafe.hs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import Data.RadixNTree.Word8.Key
import Data.RadixNTree.Word8.Common
import Data.RadixNTree.Word8.Lazy
import Radix.Exception
import Radix.Word.Foundation
import Radix.Word8.Foundation



Expand Down
2 changes: 1 addition & 1 deletion src/Data/Radix1Tree/Word8/Strict/Unsafe.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ import Data.RadixNTree.Word8.Key
import Data.RadixNTree.Word8.Common
import Data.RadixNTree.Word8.Strict
import Radix.Exception
import Radix.Word.Foundation
import Radix.Word8.Foundation



Expand Down

0 comments on commit 938a810

Please sign in to comment.