diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-06-13 23:49:52 +0200 |
---|---|---|
committer | Simon Jakobi <simon.jakobi@gmail.com> | 2018-06-13 23:49:52 +0200 |
commit | ce568c3afb00610d659d3c2bab022983d252f1cd (patch) | |
tree | ba08952a584eb4d56a61b4275a344570e67c48cf /html-test/ref/Hash.html | |
parent | 39a35291045de99b2dabb9cddf5bb16d294c2f3b (diff) |
html-test: Accept output
Diffstat (limited to 'html-test/ref/Hash.html')
-rw-r--r-- | html-test/ref/Hash.html | 96 |
1 files changed, 21 insertions, 75 deletions
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 @@ ><li class="src short" ><a href="#" >new</a - > :: (<a href="#" title="Data.Eq" - >Eq</a - > key, <a href="#" title="Hash" + > :: (Eq key, <a href="#" title="Hash" >Hash</a - > key) => <a href="#" title="Data.Int" - >Int</a - > -> <a href="#" title="System.IO" - >IO</a - > (<a href="#" title="Hash" + > key) => Int -> IO (<a href="#" title="Hash" >HashTable</a > key val)</li ><li class="src short" ><a href="#" >insert</a - > :: (<a href="#" title="Data.Eq" - >Eq</a - > key, <a href="#" title="Hash" + > :: (Eq key, <a href="#" title="Hash" >Hash</a - > key) => key -> val -> <a href="#" title="System.IO" - >IO</a - > ()</li + > key) => key -> val -> IO ()</li ><li class="src short" ><a href="#" >lookup</a > :: <a href="#" title="Hash" >Hash</a - > key => key -> <a href="#" title="System.IO" - >IO</a - > (<a href="#" title="Data.Maybe" - >Maybe</a - > val)</li + > key => key -> IO (Maybe val)</li ><li class="src short" ><span class="keyword" >class</span @@ -129,9 +115,7 @@ ><li ><a href="#" >hash</a - > :: a -> <a href="#" title="Data.Int" - >Int</a - ></li + > :: a -> Int</li ></ul ></li ></ul @@ -163,9 +147,7 @@ The type <code >key</code > should be an instance of <code - ><a href="#" title="Data.Eq" - >Eq</a - ></code + >Eq</code >.</p ></div ></div @@ -179,15 +161,9 @@ ><p class="src" ><a id="v:new" class="def" >new</a - > :: (<a href="#" title="Data.Eq" - >Eq</a - > key, <a href="#" title="Hash" + > :: (Eq key, <a href="#" title="Hash" >Hash</a - > key) => <a href="#" title="Data.Int" - >Int</a - > -> <a href="#" title="System.IO" - >IO</a - > (<a href="#" title="Hash" + > key) => Int -> IO (<a href="#" title="Hash" >HashTable</a > key val) <a href="#" class="selflink" >#</a @@ -201,13 +177,9 @@ ><p class="src" ><a id="v:insert" class="def" >insert</a - > :: (<a href="#" title="Data.Eq" - >Eq</a - > key, <a href="#" title="Hash" + > :: (Eq key, <a href="#" title="Hash" >Hash</a - > key) => key -> val -> <a href="#" title="System.IO" - >IO</a - > () <a href="#" class="selflink" + > key) => key -> val -> IO () <a href="#" class="selflink" >#</a ></p ><div class="doc" @@ -221,26 +193,18 @@ >lookup</a > :: <a href="#" title="Hash" >Hash</a - > key => key -> <a href="#" title="System.IO" - >IO</a - > (<a href="#" title="Data.Maybe" - >Maybe</a - > val) <a href="#" class="selflink" + > key => key -> IO (Maybe val) <a href="#" class="selflink" >#</a ></p ><div class="doc" ><p >Looks up a key in the hash table, returns <code ><code - ><a href="#" title="Data.Maybe" - >Just</a - ></code + >Just</code > val</code > if the key was found, or <code - ><a href="#" title="Data.Maybe" - >Nothing</a - ></code + >Nothing</code > otherwise.</p ></div ></div @@ -271,9 +235,7 @@ ><p class="src" ><a id="v:hash" class="def" >hash</a - > :: a -> <a href="#" title="Data.Int" - >Int</a - > <a href="#" class="selflink" + > :: a -> Int <a href="#" class="selflink" >#</a ></p ><div class="doc" @@ -281,9 +243,7 @@ >hashes the value of type <code >a</code > into an <code - ><a href="#" title="Data.Int" - >Int</a - ></code + >Int</code ></p ></div ></div @@ -299,9 +259,7 @@ ></span > <a href="#" title="Hash" >Hash</a - > <a href="#" title="Prelude" - >Float</a - ></span + > Float</span > <a href="#" class="selflink" >#</a ></td @@ -323,11 +281,7 @@ ><p class="src" ><a href="#" >hash</a - > :: <a href="#" title="Prelude" - >Float</a - > -> <a href="#" title="Data.Int" - >Int</a - > <a href="#" class="selflink" + > :: Float -> Int <a href="#" class="selflink" >#</a ></p ></div @@ -341,9 +295,7 @@ ></span > <a href="#" title="Hash" >Hash</a - > <a href="#" title="Data.Int" - >Int</a - ></span + > Int</span > <a href="#" class="selflink" >#</a ></td @@ -365,11 +317,7 @@ ><p class="src" ><a href="#" >hash</a - > :: <a href="#" title="Data.Int" - >Int</a - > -> <a href="#" title="Data.Int" - >Int</a - > <a href="#" class="selflink" + > :: Int -> Int <a href="#" class="selflink" >#</a ></p ></div @@ -409,9 +357,7 @@ ><p class="src" ><a href="#" >hash</a - > :: (a, b) -> <a href="#" title="Data.Int" - >Int</a - > <a href="#" class="selflink" + > :: (a, b) -> Int <a href="#" class="selflink" >#</a ></p ></div |