From 2448bd71609688be7b8bfe362a8534959531cd79 Mon Sep 17 00:00:00 2001
From: Simon Hengel
Date: Sun, 8 Sep 2013 10:33:38 +0200
Subject: Fix totality, unicode, examples, paragraph parsing
Also simplify specs and parsers while we're at it. Some parsers were
made more generic.
This commit is a part of GHC pre-merge squash, email
fuuzetsu@fuuzetsu.co.uk if you need the full commit history.
---
html-test/ref/Hash.html | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
(limited to 'html-test/ref/Hash.html')
diff --git a/html-test/ref/Hash.html b/html-test/ref/Hash.html
index 06a7a19d..c459b524 100644
--- a/html-test/ref/Hash.html
+++ b/html-test/ref/Hash.html
@@ -73,8 +73,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
>Implementation of fixed-size hash tables, with a type
- class for constructing hash values for structured types.
-
key val)
Builds a new hash table with a given size
-
Builds a new hash table with a given size
()
Inserts a new element into the hash table
-
Inserts a new element into the hash table
A class of types which can be hashed.
-
A class of types which can be hashed.