documentationhelp wantedservant-docs
倉庫指標
- Star
- (1,953 star)
- PR 合併指標
- (平均合併 5小時 49分鐘) (30 天內合併 2 個 PR)
描述
We currently have a haskell module in README.md and another one in example/greet.hs. I think the two have diverged at some point in the past, but even if they've always been different, there should only be one example, so I suggest:
- replace the haskell code in
README.mdwith a link toexample/greet.hs - make sure that
example/greet.hscontains all the information from the README. - add ci machinery that runs
greet.hsand compares the output togreet.md, so the example can't get outdated any more.