knupfer / haskell-emacs

Write Emacs extensions in Haskell
376 stars 22 forks source link

Fix error on export of single symbol. #14

Closed ExternalReality closed 9 years ago

ExternalReality commented 9 years ago

Exporting a single symbol for a Haskell module would result in an error when running haskell-emacs-init due to the way single values, as opposed to lists were being dispatched to functions which always expect lists.