From 2b61b9e45b67046eb2a719e318387979e59367e1 Mon Sep 17 00:00:00 2001 From: "Pedro R. Borges" Date: Fri, 2 Jun 2023 13:21:11 -0400 Subject: [PATCH] Add Tutorials section to README Add 'Tutorials' as the last section in README.md with a list of 3 tutorial blog posts. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 34abc1e7..a9ae9c5d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ context-sensitive bash, zsh, and fish completions. - [Applicative Do](#applicative-do) - [FAQ](#faq) - [How it works](#how-it-works) +- [Tutorials](#tutorials) ## Introduction @@ -1015,6 +1016,14 @@ value, and if not issue an error. See [this blog post][blog] for a more detailed explanation based on a simplified implementation. +## Tutorials + +These are some tutorials found on the web: + +- [A Gentle Introduction to optparse-applicative](https://prborges.com/2023/introduction-to-optparse-applicative/). +- [optparse-applicative quick start](https://ro-che.info/articles/2016-12-30-optparse-applicative-quick-start). +- [Applicative Options Parsing in Haskell](https://thoughtbot.com/blog/applicative-options-parsing-in-haskell). + [aeson]: http://hackage.haskell.org/package/aeson [applicative]: http://hackage.haskell.org/package/base/docs/Control-Applicative.html [arrows]: http://www.haskell.org/arrows/syntax.html