atom-haskell-archive / haskell-ghc-mod

haskell-ghc-mod atom package
https://atom.io/packages/haskell-ghc-mod
MIT License
69 stars 20 forks source link

Insert type doesn't handle infix function #73

Closed isaiah closed 8 years ago

isaiah commented 8 years ago

e.g.

  Loop :: Loop v s f (a -> b) -> Loop v s f a -> Loop v s f b
  Loop f <*> (Loop k) = ...

The function should be (<*>), instead of the first string of the line.