From 8f71c6f26eb5b36e5a1ca253b8c8ffdca75849d8 Mon Sep 17 00:00:00 2001
From: Mateusz Kowalczyk
Date: Tue, 11 Mar 2014 08:50:42 +0000
Subject: Fix up some whitespace
---
html-test/ref/Hash.html | 2 +-
html-test/src/Hash.hs | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'html-test')
diff --git a/html-test/ref/Hash.html b/html-test/ref/Hash.html
index c88715cf..eff422f7 100644
--- a/html-test/ref/Hash.html
+++ b/html-test/ref/Hash.html
@@ -72,7 +72,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
>Description
Implementation of fixed-size hash tables, with a type
+ >Implementation of fixed-size hash tables, with a type
class for constructing hash values for structured types.
key -> IO (Maybe val)
+lookup :: Hash key => key -> IO (Maybe val)
lookup = undefined
-- | A class of types which can be hashed.
--
cgit v1.2.3