Search results

Jump to navigation Jump to search

Page title matches

  • == Data.Either extensions ==
    4 KB (684 words) - 02:22, 18 May 2020
  • #redirect [[Prelude extensions]]
    67 bytes (8 words) - 11:48, 8 June 2023
  • Language extensions are used to enable language features in Haskell that may seem useful in cer ...e just using the language extension that fits your need, [[Use of language extensions|think about
    3 KB (379 words) - 05:36, 9 September 2021
  • ...hen it comes to designing libraries one should carefully think about which extensions to use and which not. * Many extensions are complicated enough to produce even more incomprehensible error messages
    3 KB (387 words) - 05:21, 12 July 2021
  • ...rnatives (packages and modules which can do the same or similar tasks) and extensions (code snippets and libraries which build on top rather than replace), for a [[Prelude extensions]]<br>
    5 KB (633 words) - 15:16, 6 February 2021
  • [[Category:Language extensions‏‎]]
    3 KB (170 words) - 23:05, 29 June 2021

Page text matches

  • ...ent monoid classes in it), and most people using Haskell today use various extensions. Haskell' is the next official standard, but is conservative and still reta == Language extensions that should be "standard" ==
    896 bytes (132 words) - 22:53, 19 April 2021
  • Language pragams can be specified for an entire project using the "extensions" field in the [[Cabal]] file: extensions: OverloadedStrings, TemplateHaskell
    2 KB (248 words) - 14:43, 5 January 2024
  • #redirect [[Prelude extensions]]
    67 bytes (8 words) - 11:48, 8 June 2023
  • #REDIRECT [[Language extensions]]
    68 bytes (8 words) - 06:58, 8 June 2023
  • Language extensions are used to enable language features in Haskell that may seem useful in cer ...e just using the language extension that fits your need, [[Use of language extensions|think about
    3 KB (379 words) - 05:36, 9 September 2021
  • * Simplifying the configuration of extensions in Config.hs * Adding new hooks without changes to Config.hs or unrelated Extensions
    1 KB (182 words) - 21:36, 23 April 2021
  • <span style='font-size: x-large; font-weight: bold'>Type system extensions in GHC</span> ...xtensions (beyond Haskell 98). {{GHCUsersGuide|exts||a section on Language Extensions}} But this page is a place to record user-oriented observations, notes, and
    1 KB (158 words) - 20:32, 23 July 2021
  • # XMPP Basic Client 2008 -- xep-0211 [[http://www.xmpp.org/extensions/xep-0211.html]]
    105 bytes (14 words) - 01:32, 17 August 2008
  • -extensions: ForeignFunctionInterface, TypeSynonymInstances, CPP +extensions: ForeignFunctionInterface, TypeSynonymInstances, CPP, RankNTypes, Deri
    2 KB (252 words) - 21:41, 2 October 2008
  • [[Category:Language extensions]]
    246 bytes (21 words) - 12:06, 21 November 2023
  • ...hen it comes to designing libraries one should carefully think about which extensions to use and which not. * Many extensions are complicated enough to produce even more incomprehensible error messages
    3 KB (387 words) - 05:21, 12 July 2021
  • Haskell 98 mode: Restart with command line option -98 to enable extensions
    559 bytes (54 words) - 06:03, 11 February 2011
  • [[Category:Language extensions]]
    347 bytes (52 words) - 23:50, 6 December 2020
  • ...supports almost all Haskell98 and Haskell 2010 features plus experimental extensions [http://foswiki.cs.uu.nl/foswiki/Ehc/UhcUserDocumentation#A_4_Haskell_compa * Experimental language extensions, some of which have not been implemented before
    1 KB (165 words) - 23:32, 10 December 2020
  • [[Category:Language extensions]]
    422 bytes (55 words) - 22:55, 12 June 2021
  • *[[:Category:Language extensions | Language extensions]] - many language extensions are to do with changes to the type system.
    8 KB (433 words) - 14:11, 7 December 2009
  • Hence, transformers was developed: a library that used no extensions to Haskell98 and only defined the transformer types themselves, so that mor ...he "standard" monad transformer library, but mtl and monads-tf both act as extensions of it. monads-tf is not very well-used, which is unfortunate as it's quite
    3 KB (429 words) - 17:04, 21 December 2012
  • '''Q) What extensions does it support?''' ...ds are supported. Rank-2 types, multiparameter type classes and most other extensions are not.
    3 KB (497 words) - 23:40, 25 December 2012
  • [[Alternatives and extensions for libraries]]
    773 bytes (108 words) - 19:40, 4 June 2009
  • If you do not fear [[Use of language extensions|language extensions]] you can simplify this task considerably using the <code>GeneralizedNewtyp
    2 KB (336 words) - 08:58, 30 November 2016
  • ...e has all you need to know about using GHC: command line options, language extensions, GHCi, etc. * GHC extensions
    4 KB (626 words) - 14:08, 14 July 2020
  • ...rnatives (packages and modules which can do the same or similar tasks) and extensions (code snippets and libraries which build on top rather than replace), for a [[Prelude extensions]]<br>
    5 KB (633 words) - 15:16, 6 February 2021
  • Haskell 98 mode: Restart with command line option -98 to enable extensions
    911 bytes (97 words) - 20:56, 28 March 2011
  • == How do I handle Haskell language extensions? == If your code uses some of the advanced Haskell extensions, you have a number of options.
    7 KB (998 words) - 12:32, 2 October 2020
  • [[GHC]] supports two language extensions that modify the behaviour of the unary minus, [https://ghc.gitlab.haskell.o ...https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/syntax.html Syntax extensions]
    3 KB (397 words) - 20:54, 24 February 2024
  • ! Package !! Multi-mode !! Extensions !! Maintenance !! Popularity (hackage downloads 2021-10-23) !! Remark ...parser}} || - || None (though it depends on package containers, which uses extensions) || GHC 9.0 build successful (2021-10-23) || 4k ||
    3 KB (401 words) - 09:41, 23 October 2021
  • * QuickCheck2 - includes shrink and other extensions
    818 bytes (104 words) - 18:28, 16 January 2017
  • ...h new extensions provide their own implementations that hopefully make the extensions less painful to deal with. ...iently expressive to handle type-preserving translations from the numerous extensions kicking around. Type classes are again an issue, in that much of the work i
    5 KB (735 words) - 15:20, 6 February 2021
  • * Hugs provides most of the common extensions including scoped variables, multiparameter typeclasses, foreign function in ...one compiler works on the other without change, but if your code uses ghc extensions or newer language features, it won't.
    3 KB (343 words) - 20:18, 9 December 2020
  • ...r admit, that sometimes the different uses of a function require different extensions
    2 KB (258 words) - 19:53, 28 December 2008
  • Haskell 98 mode: Restart with command line option -98 to enable extensions
    1 KB (193 words) - 05:58, 11 February 2011
  • ...e x86 code generation in Haskell programs. Harpy requires several Haskell extensions and GHC-specific features (Template Haskell, multi-parameter type classes a
    2 KB (212 words) - 12:49, 22 January 2013
  • Haskell 98 mode: Restart with command line option -98 to enable extensions
    1 KB (164 words) - 13:46, 13 April 2011
  • == Data.Either extensions ==
    4 KB (684 words) - 02:22, 18 May 2020
  • [[Category:Language extensions]]
    1,009 bytes (147 words) - 15:40, 20 July 2023
  • isn't typeable without extensions:
    772 bytes (147 words) - 15:19, 6 February 2021
  • ...https://devcenter.heroku.com/articles/buildpacks Heroku] allow third-party extensions, which can be used to support Haskell.
    2 KB (239 words) - 11:39, 30 December 2020
  • ...ll&target=VSCode&category=Programming%20Languages&sortBy=Relevance Haskell extensions]
    2 KB (301 words) - 12:07, 16 December 2023
  • == Additional Syntax Extensions == JMacro now has a few extra syntax extensions.
    8 KB (1,206 words) - 23:52, 29 July 2011
  • Actually, this is possible with current Haskell extensions
    1 KB (209 words) - 14:08, 22 February 2015
  • [[Category:Language extensions]]
    2 KB (138 words) - 12:11, 22 November 2023
  • ...ly got a fairly opaque error message basically telling me I need to enable extensions. '''Why?''' It's perfectly possible to write a state monad in plain Haskell ...supports encapsulation of language use, so you need not know or care what extensions the libraries use. GHCi also has much better error messages, and is much m
    11 KB (1,716 words) - 06:40, 29 November 2007
  • ndm|bristol but if there are any extensions you really can't live without, let us know
    3 KB (538 words) - 23:40, 15 January 2006
  • [[Category:Language extensions]]
    1 KB (217 words) - 23:22, 24 July 2021
  • [[Category:Language extensions]]
    1 KB (198 words) - 22:52, 21 July 2021
  • ...>Maybe</hask>), vector instructions, automatic adaption to target specific extensions
    2 KB (204 words) - 11:22, 2 October 2020
  • This uses various extensions to make the types ridiculously general, but the actual algorithm (quickSort
    4 KB (617 words) - 08:07, 16 August 2009
  • Haskell 98 mode: Restart with command line option -98 to enable extensions
    2 KB (257 words) - 14:17, 10 February 2011
  • ...like [[Rodin]] - become now easy to build, without the need of any Haskell extensions.
    6 KB (867 words) - 08:50, 26 July 2011
  • 3.3.7 Type System Extensions 3.9 Extensions to Haskell
    3 KB (332 words) - 03:38, 14 August 2021

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)