mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
notebooks/IHaskell.ipynb: update
This commit is contained in:
parent
cd5d62214e
commit
0733303f5b
@ -1990,6 +1990,8 @@
|
||||
"zip [] _|_ = []\n",
|
||||
"</pre>\n",
|
||||
"</div>\n",
|
||||
"<span class='hoogle-name'><a target='_blank' href='https://hackage.haskell.org/package/prelude-compat/docs/Data-List2010.html#v:zip'><s0>zip</s0></a> ∷ [a] → [b] → [(a, b)]</span><div class='hoogle-doc'></div>\n",
|
||||
"<span class='hoogle-name'><a target='_blank' href='https://hackage.haskell.org/package/prelude-compat/docs/Prelude2010.html#v:zip'><s0>zip</s0></a> ∷ [a] → [b] → [(a, b)]</span><div class='hoogle-doc'></div>\n",
|
||||
"<span class='hoogle-name'><a target='_blank' href='https://hackage.haskell.org/package/haxl/docs/Haxl-Prelude.html#v:zip'><s0>zip</s0></a> ∷ () ⇒ [a] → [b] → [(a, b)]</span><div class='hoogle-doc'><a>zip</a> takes two lists and returns a list of corresponding pairs.\n",
|
||||
"If one input list is short, excess elements of the longer list are\n",
|
||||
"discarded.\n",
|
||||
@ -2000,8 +2002,6 @@
|
||||
"zip [] _|_ = []\n",
|
||||
"</pre>\n",
|
||||
"</div>\n",
|
||||
"<span class='hoogle-name'><a target='_blank' href='https://hackage.haskell.org/package/prelude-compat/docs/Data-List2010.html#v:zip'><s0>zip</s0></a> ∷ [a] → [b] → [(a, b)]</span><div class='hoogle-doc'></div>\n",
|
||||
"<span class='hoogle-name'><a target='_blank' href='https://hackage.haskell.org/package/prelude-compat/docs/Prelude2010.html#v:zip'><s0>zip</s0></a> ∷ [a] → [b] → [(a, b)]</span><div class='hoogle-doc'></div>\n",
|
||||
"<span class='hoogle-name'><a target='_blank' href='https://hackage.haskell.org/package/relude/docs/Relude-List-Reexport.html#v:zip'><s0>zip</s0></a> ∷ () ⇒ [a] → [b] → [(a, b)]</span><div class='hoogle-doc'><a>zip</a> takes two lists and returns a list of corresponding pairs.\n",
|
||||
"\n",
|
||||
"<pre>\n",
|
||||
@ -2717,6 +2717,12 @@
|
||||
"zip [] _|_ = []\n",
|
||||
"</pre>\n",
|
||||
"\n",
|
||||
"<s0>zip</s0> :: [a] -> [b] -> [(a, b)]\n",
|
||||
"URL: https://hackage.haskell.org/package/prelude-compat/docs/Data-List2010.html#v:zip\n",
|
||||
"\n",
|
||||
"<s0>zip</s0> :: [a] -> [b] -> [(a, b)]\n",
|
||||
"URL: https://hackage.haskell.org/package/prelude-compat/docs/Prelude2010.html#v:zip\n",
|
||||
"\n",
|
||||
"<s0>zip</s0> :: () => [a] -> [b] -> [(a, b)]\n",
|
||||
"URL: https://hackage.haskell.org/package/haxl/docs/Haxl-Prelude.html#v:zip\n",
|
||||
"<a>zip</a> takes two lists and returns a list of corresponding pairs.\n",
|
||||
@ -2729,12 +2735,6 @@
|
||||
"zip [] _|_ = []\n",
|
||||
"</pre>\n",
|
||||
"\n",
|
||||
"<s0>zip</s0> :: [a] -> [b] -> [(a, b)]\n",
|
||||
"URL: https://hackage.haskell.org/package/prelude-compat/docs/Data-List2010.html#v:zip\n",
|
||||
"\n",
|
||||
"<s0>zip</s0> :: [a] -> [b] -> [(a, b)]\n",
|
||||
"URL: https://hackage.haskell.org/package/prelude-compat/docs/Prelude2010.html#v:zip\n",
|
||||
"\n",
|
||||
"<s0>zip</s0> :: () => [a] -> [b] -> [(a, b)]\n",
|
||||
"URL: https://hackage.haskell.org/package/relude/docs/Relude-List-Reexport.html#v:zip\n",
|
||||
"<a>zip</a> takes two lists and returns a list of corresponding pairs.\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user