Skip to content

Tools to apply purescript compiler suggestions to the code

License

Notifications You must be signed in to change notification settings

anton-k/purs-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purs-buddy

Applies purescript compiler suggestions to the code base. First run the purescript ide server as background process:

> purs ide server

After that we can navigate to the project repo and run purs-buddy to substitute all sugestions:

> cd repo
> purs-buddy

Note that repo should be git project. It applies substitution to all files that are tracked by get and are purescript files.

For ImplicitImport error/warning it skips the biggest import and treats it as Prelude.

About

Tools to apply purescript compiler suggestions to the code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published