You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version I installed thru Arch is old, so I tried a stack install stylish-haskell instead.
Given a binary was added to ~/.local/bin, I tried adding this to my PATH.
that allowed me to run this thru VSCode now. two files (Utility, Orphanage) gave me an error refusing to make overlapping changes (only mentioned here which isn't about the general case), tho commenting the code it went thru on the imports.
close enough? ¯_(ツ)_/¯
stylish-haskell
using a VSCode pluginormolu
also has a VSCode plugin, actually able to parse all my source files unlikestylish-haskell
. (does want the newestghc-lib-parser
tho.)fn MyData {..} = whatever
syntax to destructuredata
propertiesThe text was updated successfully, but these errors were encountered: