Skip to content

Commit 55a809d

Browse files
committed
Add links to moved content elsewhere
1 parent 5e2063e commit 55a809d

11 files changed

+11
-1336
lines changed

content/all-about-exceptions.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,4 @@ last-updated: 2015-02-24
77
last-reviewed: 2015-02-24
88
---
99

10-
Should cover:
11-
12-
* Throwing exceptions
13-
* Catching exceptions
14-
* Exceptions in pure code
15-
* Difference between `throw` and `throwIO`
16-
* Async exceptions
17-
* [Exceptions in continuation based monads](http://www.yesodweb.com/blog/2014/05/exceptions-cont-monads)
18-
* [Exceptions and monad transformers](https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/exceptions-and-monad-transformers)
19-
* [Catching all exceptions](https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/catching-all-exceptions)
20-
* Exceptions problems. Can't wrap. Can't have two exceptions. No idea how exception was thrown.
21-
* [Wrap exceptions to provide context](http://stackoverflow.com/questions/27346380/how-to-wrap-exceptions-to-provide-context)
22-
* [General dislike of exceptions](http://www.reddit.com/r/haskell/comments/2ety9f/new_blog_post_dealing_with_asynchronous/ck3fkbp)
23-
* enclosed-exceptions
24-
* Examples of code-conversion between all possible error styles
25-
* unexceptionalio and errors libraries
10+
Moved to: https://www.fpcomplete.com/blog/2016/11/exceptions-best-practices-haskell

content/all-about-strings.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,4 @@ last-updated: 2015-03-09
77
last-reviewed: 2015-03-09
88
---
99

10-
* Lazy vs strict
11-
* String, Text, and ByteString
12-
* Internal representation: pinned vs unpinned memory
13-
* Implications of lazy I/O
14-
* Character encoding, conversions
15-
* Representations (base16-bytestring/base64-bytestring)
16-
* Example: hashing
10+
Moved to: https://haskell-lang.org/tutorial/string-types

content/basic-tooling-guide.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@ last-updated: 2015-02-24
77
last-reviewed: 2015-02-24
88
---
99

10-
Needs to be written. Basics:
11-
12-
* [Installing dev tools](http://www.stackage.org/install)
13-
* Overview of different command line tools (ghc, cabal)
14-
* Stackage
15-
* Sandboxing
16-
* Starting a project
17-
* http://www.yesodweb.com/blog/2014/09/woes-multiple-package-versions
18-
* Generating docs with working links, e.g.: `cabal haddock --hyperlink-source --html-location='http://www.stackage.org/haddock/lts-1.9/$pkg-$version'`
10+
Moved to: https://haskell-lang.org/get-started

content/common-language-extensions.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,4 @@ last-updated: 2015-02-24
77
last-reviewed: 2015-02-24
88
---
99

10-
Should be filled out. For now, take a [link to some School of Haskell
11-
content](https://www.fpcomplete.com/school/to-infinity-and-beyond/pick-of-the-week/guide-to-ghc-extensions).
12-
13-
* OverloadedStrings
14-
* ViewPatterns
15-
* PatternGuards
16-
* TypeFamilies
17-
* FunDeps
18-
* MPTC
19-
* GADT
20-
* TemplateHaskell
21-
* QuasiQuotes
10+
See relevant [School of Haskell content](https://www.schoolofhaskell.com/school/to-infinity-and-beyond/pick-of-the-week/guide-to-ghc-extensions).

content/common-typeclasses.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ last-updated: 2015-02-24
77
last-reviewed: 2015-02-24
88
---
99

10-
Should be filled out. For now, take a [link to the typeclassopedia
11-
](https://wiki.haskell.org/Typeclassopedia)
12-
13-
* https://www.fpcomplete.com/user/snoyberg/general-haskell/basics/functors-applicative-functors-and-monads
10+
See [typeclassopedia](https://wiki.haskell.org/Typeclassopedia)

0 commit comments

Comments
 (0)