Skip to content

Commit 84c7e25

Browse files
authored
Merge pull request pcapriotti#480 from PRBorges/add-tutorials-section-to-readme
Add Tutorials section to README
2 parents 740a022 + 2b61b9e commit 84c7e25

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ context-sensitive bash, zsh, and fish completions.
4343
- [Applicative Do](#applicative-do)
4444
- [FAQ](#faq)
4545
- [How it works](#how-it-works)
46+
- [Tutorials](#tutorials)
4647

4748
## Introduction
4849

@@ -1061,6 +1062,14 @@ value, and if not issue an error.
10611062
See [this blog post][blog] for a more detailed explanation based on a
10621063
simplified implementation.
10631064

1065+
## Tutorials
1066+
1067+
These are some tutorials found on the web:
1068+
1069+
- [A Gentle Introduction to optparse-applicative](https://prborges.com/2023/introduction-to-optparse-applicative/).
1070+
- [optparse-applicative quick start](https://ro-che.info/articles/2016-12-30-optparse-applicative-quick-start).
1071+
- [Applicative Options Parsing in Haskell](https://thoughtbot.com/blog/applicative-options-parsing-in-haskell).
1072+
10641073
[aeson]: http://hackage.haskell.org/package/aeson
10651074
[applicative]: http://hackage.haskell.org/package/base/docs/Control-Applicative.html
10661075
[arrows]: http://www.haskell.org/arrows/syntax.html

0 commit comments

Comments
 (0)