Were usage types ever in GHC

2016-01-21 Thread Philip Dexter
I've recently been digging around to see if there has ever been any attempt to perform any sort of data reuse optimization in functional languages. Along with many other papers, I've come across `Once upon a type' as well as `Once upon a polymorphic type'. They both mention a desire to

Re: Autocomplete command line options with GHC 7.8

2014-04-16 Thread Philip Dexter
On Wed, 16 Apr 2014, Jan Stolarek wrote: PS. I also added a wiki page: https://ghc.haskell.org/trac/ghc/wiki/AutocompleteGHCFlags Feel free to add instructions for other shells. Zsh autocompletion resides on the haskell wiki [1]. There are also updated versions of both _cabal and _ghc (PR

Re: Autocomplete command line options with GHC 7.8

2014-04-16 Thread Philip Dexter
On Wed, 16 Apr 2014, Jan Stolarek wrote: In the meantime I added this information to GHC wiki, although it would be nice to be able to use --show-options under zsh as well. From my understanding scripts that you linked to need to be manually updated, whereas --show-options displays all flags