summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-27 01:31:19 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-27 01:31:19 +0400
commitfbfafcf77635f2174d1006af7452d7a7b7cf446e (patch)
tree0ec26cd934807059710d7d2a6d7599863db60928 /src
parent949b0b2e417cbc5e7be18bb5bf0bbca1a8956a1f (diff)
Added base32hex benchmarks
Diffstat (limited to 'src')
-rw-r--r--src/Data/ByteString/Base32/Hex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/ByteString/Base32/Hex.hs b/src/Data/ByteString/Base32/Hex.hs
index f68ad31..0708eeb 100644
--- a/src/Data/ByteString/Base32/Hex.hs
+++ b/src/Data/ByteString/Base32/Hex.hs
@@ -57,4 +57,4 @@ decode :: Base32Hex -> ByteString
57decode = pack5 decTable 57decode = pack5 decTable
58 58
59decodeLenient :: ByteString -> ByteString 59decodeLenient :: ByteString -> ByteString
60decodeLenient = undefined \ No newline at end of file 60decodeLenient = id \ No newline at end of file