|
From: SourceForge.net <no...@so...> - 2012-02-01 20:00:20
|
Patches item #3470637, was opened at 2012-01-07 07:29 Message generated for change (Comment added) made by jarekczek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=3470637&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: general Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Paul Richards (pauldoo) Assigned to: Jarek Czekalski (jarekczek) Summary: Haskell mode: updated keywords Initial Comment: Three more non-Haskell-98 keywords and one bit of arrow syntax. ---------------------------------------------------------------------- >Comment By: Jarek Czekalski (jarekczek) Date: 2012-02-01 12:00 Message: Ok, so we support GHC extensions. I added that to docs. I also added -<< operator to mode file. Applied to svn as r21041 ---------------------------------------------------------------------- Comment By: Jarek Czekalski (jarekczek) Date: 2012-01-30 10:01 Message: Stephen, thanks for your feedback. You're the author of the Haskell mode, so I will commit any patch you post without questions. I'll do it soon. ---------------------------------------------------------------------- Comment By: Stephen Blackheath (blackh) Date: 2012-01-30 00:46 Message: -<, proc and rec are part of arrow notation. rec and mdo also belong to 'recursive do' notation, but mdo is deprecated. These are GHC-specific extensions, but Haskell standards are lagging way behind actual usage. GHC is the de facto standard. http://www.haskell.org/ghc/docs/latest/html/users_guide/arrow-notation.html http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#recursive-do-notation ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-01-27 14:29 Message: Unfortunately I am not a Haskell expert. I took submitted this particular patch on behalf of someone else. I'll point them towards this page, and ask them to comment directly. ---------------------------------------------------------------------- Comment By: Jarek Czekalski (jarekczek) Date: 2012-01-27 10:41 Message: I cannot find the operator you added: -< in haskell docs. ---------------------------------------------------------------------- Comment By: Jarek Czekalski (jarekczek) Date: 2012-01-10 12:46 Message: Paul, thanks for your submission. I will take care of your patch, but first we have to establish procedures for modes for languages that we are not familiar with. I think we should have at least: 1. a link to language reference 2. a sample program(s) on an open source license that we could publish in our internet resources and use for testing Will you help with it for haskell? Best send it to jedit-devel. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=3470637&group_id=588 |