We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Instructions and hints on developing Stan. Also contains helpful commands during the project development and testing.
$ ./report
Open stan.html.
stan.html
This is helpful for debugging purposes and for inspecting how HIE files look like.
$ cabal build all $ cabal repl lib:stan ghci> import Stan.Hie.Debug ghci> readHieFiles ".hie" >>= debugHieFile "target/Target/Partial.hs"
cabal run stan -- inspections-to-md | xclip -i -selection clipboard
And then edit the 'All inspections' Wiki page by pasting the generated markdown:
Note: probably Cabal output can be copied as well, make sure it doesn't go on the page.