We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readMaybeLast
1 parent da231c8 commit 565b9b1Copy full SHA for 565b9b1
src/Database/LSMTree/Internal/Index/OrdinaryAcc.hs
@@ -33,7 +33,11 @@ import Database.LSMTree.Internal.Serialise
33
import Database.LSMTree.Internal.Vector (byteVectorFromPrim)
34
import Database.LSMTree.Internal.Vector.Growing (GrowingVector)
35
import qualified Database.LSMTree.Internal.Vector.Growing as Growing (append,
36
- freeze, new, readMaybeLast)
+ freeze, new)
37
+#ifdef NO_IGNORE_ASSERTS
38
+import qualified Database.LSMTree.Internal.Vector.Growing as Growing
39
+ (readMaybeLast)
40
+#endif
41
42
{-|
43
A general-purpose fence pointer index under incremental construction.
0 commit comments