Some more outline tweaks

This commit is contained in:
Michael Snoyman 2015-02-24 12:35:17 +02:00
parent a10ca72751
commit b747850ae5
2 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,18 @@
---
title: Haskell Glossary
author: Michael Snoyman <michael@fpcomplete.com>
description: Define commonly used but not-commonly-understood terms
first-written: 2015-02-24
last-updated: 2015-02-24
last-reviewed: 2015-02-24
---
This is a simple glossary of terms. It can cover technical terms, mathematical
terms, tooling terms, and even general programming terms. Please feel free to
make any additions desired without checking with the author! Try to keep
everything in alphabetical order.
* __Contravaraint__
* __Covariant__
* __Positive position__
* __Negative position__

View file

@ -30,8 +30,9 @@ follow the rest of this outline in particular.
* [Basic Tooling Guide](../content/basic-tooling-guide.md)
* [Common Typeclasses](../content/common-typeclasses.md)
* [Common Language Extensions](../content/common-language-extensions.md)
* [Haskell glossary](../content/haskell-glossary.md)
* [All About Exceptions](../content/all-about-exceptions.md)
* Haskell glossary. Define commonly used but not-commonly-understood terms (example: covariant, contravaraint, positive position, negative position)
* Basics of lazy evaluation
## General patterns