Skip to content

Commit

Permalink
Merge pull request #480 from PRBorges/add-tutorials-section-to-readme
Browse files Browse the repository at this point in the history
Add Tutorials section to README
  • Loading branch information
HuwCampbell authored Sep 26, 2024
2 parents 740a022 + 2b61b9e commit 84c7e25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -1061,6 +1062,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
Expand Down

0 comments on commit 84c7e25

Please sign in to comment.