Search results

Jump to navigation Jump to search
  • where gather [xs] (v:vs) = let v' = match xs v
    6 KB (979 words) - 10:20, 18 May 2022
  • *[http://www.cs.chalmers.se/~dave/ David Sands] ==V==
    8 KB (1,251 words) - 05:43, 1 September 2022
  • ...instruction but a ''dynamic'' one (David Madore's [http://www.madore.org/~david/computers/callcc.html#sec_intro A page about <code>call/cc</code>]) ...ode>call/cc</code>] describes the concept, and his [http://www.madore.org/~david/programs/unlambda/ The Unlambda Programming Language] page shows how he imp
    10 KB (1,560 words) - 12:02, 15 April 2024
  • :Jeremy Gibbons, David Lester, and Richard Bird. Journal of Functional Programming, 16(3):281-292 :Jeremy Gibbons, Wentong Cai and David Skillicorn (1994). Science of Computer Programming 23 p1-18.
    14 KB (1,953 words) - 00:54, 5 June 2022
  • (v,vs) <- parse (Times x (Star x)) (t:ts) return (v:vs)
    8 KB (1,374 words) - 14:33, 15 December 2022
  • ...ig/ Meurig Sage], University of Glasgow, [http://www.cs.chalmers.se/~dave/ David Sands], Chalmers University of Technology, [http://www.dcs.gla.ac.uk/~sanso *<b>V:</b>
    11 KB (1,759 words) - 09:41, 10 August 2022
  • * <tt>-V, --version</tt> Print out version information * <tt>-v --verbose</tt> Verbose mode
    18 KB (2,779 words) - 22:27, 12 June 2017
  • v <- valAt (i,j) -- ^ for each board position when (v == 0) $ do -- if it's empty (we represent that with a 0)
    67 KB (9,593 words) - 05:40, 9 March 2021
  • <b>Instructor:</b> [mailto:dave@cs.chalmers.se David Sands] <b>Instructor:</b> [mailto:djd@comp.leeds.ac.uk David Duke]
    40 KB (6,259 words) - 05:49, 6 June 2020
  • ...ckage.haskell.org/package/data-ordlist-0.4.7.0/docs/Data-List-Ordered.html#v:foldt <code>Data.List.Ordered.foldt</code>] of the <i>data-ordlist</i> pac snapUp v o step = v + (mod (o-v) step) -- full steps from o
    58 KB (8,594 words) - 20:34, 6 May 2023
  • * The identity law:<br /><haskell>pure id <*> v = v</haskell> * Composition:<br /><haskell>u <*> (v <*> w) = pure (.) <*> u <*> v <*> w </haskell>This one is the trickiest law to gain intuition for. In so
    179 KB (29,519 words) - 16:10, 30 December 2022