summaryrefslogtreecommitdiffstats
path: root/site/haskell.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2022-10-23 13:13:09 +0200
committerThomas Letan <lthms@soap.coffee>2022-10-23 13:13:09 +0200
commit05617fad8255248ee8ac8796e40a99529e1c8e8c (patch)
treec367a6a316b49b82d52d066e3c8bb4e5e5e6f625 /site/haskell.org
parentRefine the theme to be more readable (diff)
Website reorg
Diffstat (limited to 'site/haskell.org')
-rw-r--r--site/haskell.org13
1 files changed, 0 insertions, 13 deletions
diff --git a/site/haskell.org b/site/haskell.org
deleted file mode 100644
index c18fbb7..0000000
--- a/site/haskell.org
+++ /dev/null
@@ -1,13 +0,0 @@
-#+SERIES: index.html
-#+SERIES_PREV: coq.html
-#+SERIES_NEXT: miscellaneous.html
-
-#+TITLE: About Haskell
-
-Haskell is a pure, lazy, functional programming language with a very
-expressive type system.
-
-- [[./posts/ExtensibleTypeSafeErrorHandling.html][Extensible, Type-Safe Error Handling In Haskell]] ::
- Ever heard of “extensible effects?” By applying the same principle, but for
- error handling, the result is nice, type-safe API for Haskell, with a lot of
- GHC magic under the hood.