From ce568c3afb00610d659d3c2bab022983d252f1cd Mon Sep 17 00:00:00 2001
From: Simon Jakobi
Date: Wed, 13 Jun 2018 23:49:52 +0200
Subject: html-test: Accept output
---
html-test/ref/Hash.html | 96 +++++++++++--------------------------------------
1 file changed, 21 insertions(+), 75 deletions(-)
(limited to 'html-test/ref/Hash.html')
diff --git a/html-test/ref/Hash.html b/html-test/ref/Hash.html
index 517428fa..c4f04f2c 100644
--- a/html-test/ref/Hash.html
+++ b/html-test/ref/Hash.html
@@ -87,37 +87,23 @@
>new :: (Eq key, :: (Eq key, Hash key) => Int -> IO ( key) => Int -> IO (HashTable key val)insert :: (Eq key, :: (Eq key, Hash key) => key -> val -> IO () key) => key -> val -> IO ()lookup :: Hash key => key -> IO (Maybe val) key => key -> IO (Maybe val)classhash :: a -> Int :: a -> Intkey should be an instance of Eq
Eq.
new :: (Eq key, :: (Eq key, Hash key) => Int -> IO ( key) => Int -> IO (HashTable key val) #
insert :: (Eq key, :: (Eq key, Hash key) => key -> val -> IO () key) => key -> val -> IO () #
hash :: a -> Int :: a -> Int #
hashes the value of type
a
into an
Int
Int
Hash Float Float #hash :: Float -> Int :: Float -> Int #
Hash Int Int #hash :: Int -> Int :: Int -> Int #
hash :: (a, b) -> Int :: (a, b) -> Int #