User:Benmachine: Difference between revisions

From HaskellWiki
No edit summary
No edit summary
 
Line 1: Line 1:
== Contributions ==
== Contributions ==


Articles written mostly by me (linking to specific revisions, in case they are later rewritten):
Articles written mostly by me, in descending order of how much I like them:


* [https://wiki.haskell.org/index.php?title=Non-strict_semantics&oldid=63164 Non-strict semantics]
* [https://wiki.haskell.org/index.php?title=Pure&oldid=56834 Pure]
* [https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216 Polymorphism]
* [https://wiki.haskell.org/index.php?title=Seq&oldid=59016 seq]
* [https://wiki.haskell.org/index.php?title=Impredicative_types&direction=next&oldid=55281 Impredicative types]
* [https://wiki.haskell.org/index.php?title=Newtype&oldid=36897 Newtype]
* [https://wiki.haskell.org/index.php?title=Newtype&oldid=36897 Newtype]
* [https://wiki.haskell.org/index.php?title=Seq&oldid=59016 seq]
* [https://wiki.haskell.org/index.php?title=Non-strict_semantics&oldid=63164 Non-strict semantics]
* [https://wiki.haskell.org/index.php?title=Monoid&oldid=60323 Monoid]
* [https://wiki.haskell.org/index.php?title=Monoid&oldid=60323 Monoid]
* [https://wiki.haskell.org/index.php?title=Impredicative_types&direction=next&oldid=55281 Impredicative types]
* [https://wiki.haskell.org/index.php?title=Pure&oldid=56834 Pure]
* [https://wiki.haskell.org/index.php?title=OCaml&oldid=55119 OCaml]
* [https://wiki.haskell.org/index.php?title=OCaml&oldid=55119 OCaml]
* [https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216 Polymorphism]


== Opinions ==
== Opinions ==

Latest revision as of 14:45, 15 December 2019

Contributions

Articles written mostly by me, in descending order of how much I like them:

Opinions

I have some objections to module overqualification

Drafts

Cont tutorial (too much magic)

User:benmachine/Newtype (not finished)