We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e399826 commit adfe567Copy full SHA for adfe567
System/TPFS/Block.hs
@@ -45,8 +45,8 @@ data BlockArray = BlockArray { blocks :: Array Word (BlockIndex)
45
46
-- | Reads a 'BlockArray' object from disk.
47
--
48
--- Please note that this makes no attempt to check whether
49
--- the object being referenced is really a 'BlockArray'.
+-- Please note that this makes no attempt to check whether the object being
+-- referenced is really a 'BlockArray'.
50
readBlockArray :: Device m h
51
=> h
52
-> Header
0 commit comments