Write usage example using Literate Haskell #16
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
hacktoberfest
https://hacktoberfest.com/
Milestone
We would like to have tutorial-like examples in Iris, showcasing project features.
The proposed structure of the example:
app
directory toexamples
executable
stanza in theiris.cabal
file.playground
playground
) should be written using markdown-unlit. The structure of an example:README.md
with the example contentMain.lhs
as a symbolic link to the READMEPossible examples:
stderr
, lines numbers tostderr
and with lines tostdout
(to mimic the output ofripgrep
)This should be enough for the start but later we can add more examples 🙂
The text was updated successfully, but these errors were encountered: