Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

atom-haskell/atom-haskell-pointfree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-pointfree package

This extremely simple utility calls pointfree and pointful with current selection and shows their output, allowing you to preview, choose and then replace current selection with said output (or not)

This package includes pointfree and pointful executables compiled to JavaScript with ghcjs compiler. These are used, when pointfreePath and pointfulPath are pointfree.js and pointful.js respectively (this is the default). If you want to use proper binaries, change package settings. If binaries are in PATH you may only need to remove .js extension.

Default shortcuts:

  • ctrl+alt+shift+f: toggle preview panel

Screenshot