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/src/Hash.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html-test/src/Hash.hs') diff --git a/html-test/src/Hash.hs b/html-test/src/Hash.hs index 343b69e9..1eb8af5b 100644 --- a/html-test/src/Hash.hs +++ b/html-test/src/Hash.hs @@ -1,5 +1,5 @@ {- | - 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. -} module Hash ( @@ -30,7 +30,7 @@ insert = undefined -- | Looks up a key in the hash table, returns @'Just' val@ if the key -- was found, or 'Nothing' otherwise. -lookup :: Hash key => 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