tvl-depot/website/sandbox
William Carroll bbcd0bf27d Replace Prelude with RIO
I believe RIO stands for: "ReaderT <something-something> IO", which is a nod to
the top-level application data type:

```haskell
-- This is a simplification
newtype RIO env a = RIO { runRIO :: ReaderT env a () }
```

I read about RIO from an FP-Complete blog post a few months ago, and now I'm
excited to try it out for a real project. Bon voyage!
2020-08-09 22:17:19 +01:00
..
contentful Prefer builtins.path 2020-07-02 13:28:59 +01:00
covid-uk Prefer builtins.path 2020-07-02 13:28:59 +01:00
github-issues-service Create README for Github Issues Service 2020-04-10 13:40:04 +01:00
learnpianochords Replace Prelude with RIO 2020-08-09 22:17:19 +01:00
typo-po Add README for typo-po 2020-04-10 13:54:33 +01:00
default.nix Prefer builtins.path 2020-07-02 13:28:59 +01:00
index.html Run Prettier across projects 2020-03-27 10:59:50 +00:00