Search results

Jump to navigation Jump to search
  • ...of the arguments to the infix operator, and it represents a function which intuitively takes an argument and puts it on the "missing" side of the infix operator.
    2 KB (233 words) - 17:58, 31 March 2017
  • *:"Intuitively, a continuation represents “the rest of the program.”" *:"Intuitively, a continuation represents “the rest of the program.”"
    6 KB (866 words) - 02:16, 2 May 2024
  • * Intuitively, the previous result means that any angle-preserving linear transformation ...ansformations make up the vast majority of transformations actually used. Intuitively, it seems this should lead to a performance boost, since <code>Ortho</code>
    14 KB (2,245 words) - 03:01, 11 April 2015
  • -- are good names, and are intuitively prefix and infix respectively.
    7 KB (1,150 words) - 22:37, 22 December 2010
  • ...nd <hask>y</hask>, one can form the computation <hask>x >> y</hask>, which intuitively "runs" the computation <hask>x</hask>, throws away its result, then runs <h
    15 KB (2,539 words) - 11:12, 30 December 2011
  • Intuitively spoken, the bad thing about [[code duplication]] (stylistic questions put a The laziness annotation <hask>~</hask> is crucial, since it tells, intuitively spoken,
    20 KB (3,325 words) - 12:02, 19 April 2024
  • ...g into much deeper territory, but I say all this because you have probably intuitively thought some of these things, when writing polymorphic functions yourself -
    9 KB (1,711 words) - 20:19, 31 August 2014
  • ...utes such as line width, but after applying <code>freeze</code>, they do. Intuitively, <code>freeze</code> can be thought of as taking a "snapshot" of the physic
    10 KB (1,576 words) - 22:57, 30 November 2013
  • Intuitively, though, the fact that <code>T</code> is an F-algebra means that it is in s
    13 KB (2,245 words) - 15:18, 6 February 2021
  • Intuitively, every ray has a point of origin and a direction. Besides rays, the support
    23 KB (3,591 words) - 20:03, 12 May 2008
  • is. For those who don't, intuitively, it's an higher-order operation
    21 KB (3,170 words) - 18:18, 27 October 2011
  • code in [http://haskell.org Haskell] and hopes to intuitively motivate
    21 KB (3,285 words) - 19:34, 11 April 2024
  • If the true nature of a functor has been intuitively and clearly explained,
    31 KB (5,175 words) - 04:59, 9 March 2011
  • * Homomorphism:<br /><haskell>pure f <*> pure x = pure (f x)</haskell>Intuitively, applying a non-effectful function to a non-effectful argument in an effect * Interchange:<br /><haskell>u <*> pure y = pure (\f -> f y) <*> u</haskell>Intuitively, this says that when evaluating the application of an effectful function to
    179 KB (29,519 words) - 16:10, 30 December 2022
  • ...ed as a practical guide to writing real world code in Haskell and hopes to intuitively motivate and introduce some of the advanced features of Haskell to the novi
    31 KB (4,662 words) - 08:38, 20 April 2024
  • Intuitively Template Haskell provides new language features that allow us to convert ba
    30 KB (4,551 words) - 00:29, 15 June 2023
  • (intuitively).
    40 KB (6,259 words) - 05:49, 6 June 2020
  • Intuitively, a quasi quote like <code>[regex| .. |]</code> converts an embedded languag
    45 KB (6,927 words) - 18:50, 16 November 2020
  • We need the concept of a ‘process’ as opposed to a function. Intuitively a
    61 KB (9,234 words) - 04:14, 5 April 2024
  • Finally, let's compare both packing algorithms. Intuitively, we feel
    73 KB (10,050 words) - 00:05, 19 April 2021

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