Search results

Jump to navigation Jump to search

Page title matches

Page text matches

  • newtype Void = Void Void Although we do have constructors here, they do nothing (in fact, <tt>Void</tt> is essentially <tt>id</tt>) and the only value here is bottom, which i
    1 KB (187 words) - 01:25, 20 January 2012
  • == Lag, drag, void, use == void = if null creationtime then now-creation else 0
    1 KB (209 words) - 22:26, 20 February 2006
  • int ClsMain(CALLBACK* cb, void* instance) typedef int CALLBACK(char *what, void* instance, void *ptr, int n)
    4 KB (651 words) - 00:32, 28 October 2008
  • void void
    2 KB (331 words) - 12:45, 17 February 2015
  • , ppHidden = wrap "^i(/home/void/.dzen/has_win_nv.xbm)" " " "Tall" -> "^i(/home/void/.dzen/tall.xbm)"
    4 KB (377 words) - 18:21, 19 October 2008
  • , ppHidden = wrap "^i(/home/void/.dzen/has_win_nv.xbm)" " " "Tall" -> "^i(/home/void/.dzen/tall.xbm)"
    4 KB (377 words) - 18:25, 19 October 2008
  • static void drawtext(const char *text, unsigned long col[ColLast]); static void eprint(const char *errstr, ...);
    7 KB (986 words) - 15:19, 6 February 2021
  • * Heap profiling (lag, drag, use, void) ["Yhc/HeapProfiling"]
    1 KB (198 words) - 15:49, 24 August 2006
  • void py_init(int argc, char *argv[]) { void py_exit() {
    7 KB (1,181 words) - 21:12, 30 August 2014
  • typedef void BZFILE; void *unused, int nUnused );
    15 KB (2,511 words) - 06:03, 1 June 2022
  • 18 KB (640 words) - 03:11, 9 April 2021
  • data Void. Conor McBride [16]propuso agregar el tipo con ningún
    5 KB (745 words) - 00:51, 25 October 2006
  • ...replace <code>#def inline void foobar() { ... } </code> by just <code>#def void foobar() { ... }</code>
    11 KB (1,737 words) - 18:00, 13 March 2011
  • [[Data.Functor.void|<pre>void :: Functor f => f a -> f ()</pre>]]
    3 KB (603 words) - 22:50, 8 November 2021
  • * There is a new function called <hask>void</hask> that makes ignoring of return values explicit: [http://hackage.haske <!-- related is the problem on inefficient void (mapM f xs) vs. (mapM_ f xs) -->
    10 KB (1,589 words) - 01:08, 27 September 2021
  • typedef void (*HsFunPtr)(void); typedef void *HsPtr;
    29 KB (4,766 words) - 05:52, 1 June 2022
  • Therefore, because of their void values: An alternative is to repurpose their non-void values to form a new type e.g:
    11 KB (1,656 words) - 22:33, 4 July 2022
  • MOut. So we will take a string and return it paired with a void void int, inside our type MOut.
    60 KB (9,727 words) - 17:00, 25 February 2010
  • ForeignPtr -- rename to FinalisedPtr? to void confusion with Foreign.Ptr
    7 KB (717 words) - 05:40, 25 April 2012
  • void = () void putStr(char *);
    13 KB (1,817 words) - 17:53, 20 October 2016
  • -- As a side note: this function returns a `void' value (unit, ()). Its type signature -- element event void
    12 KB (2,023 words) - 22:51, 5 April 2021
  • 14 KB (1,168 words) - 07:39, 12 February 2012
  • void (*psetpdf)(double (*df)(double,double),int,long,void(*)(int)); int db_env_set_func_yield (int (*)(void)) ;
    49 KB (7,861 words) - 11:47, 3 June 2009
  • virtual void inc() = 0; void inc() { n++; }
    30 KB (4,685 words) - 01:34, 14 July 2021
  • ''You can also use something like Ptr a when functions expect void*, and use that to enforce type consistency. For instance, you have a functi describes the second argument as **void, i.e. a pointer to a pointer to something.
    16 KB (2,449 words) - 17:06, 17 April 2017
  • -(void)dealloc{
    10 KB (1,661 words) - 16:59, 11 June 2012
  • 17 KB (1,020 words) - 07:22, 9 June 2023
  • | Void -- matches nothing (always fails) nullable Void = False
    45 KB (6,927 words) - 18:50, 16 November 2020
  • ...nly include what their typeclasses define but many more, for example <hask>void</hask>, <hask>(<$>)</hask>, <hask>(<**>)</hask>.
    10 KB (1,557 words) - 11:46, 24 October 2015
  • familiar with C, C++ or Java, this is similar to the return type of "void"
    14 KB (2,254 words) - 20:41, 10 November 2020
  • void qsort(int a[], int lo, int hi) {
    10 KB (1,648 words) - 22:57, 4 November 2008
  • ...ntersection, Bound, Difference, Intersection, Bih, Instance, Tex, Tex, and Void. group [] = SolidItem Void
    40 KB (6,787 words) - 01:19, 8 April 2014
  • void c_routine (void) extern void c_routine (void);
    82 KB (13,140 words) - 09:07, 3 May 2024
  • Você pode ver isso de forma similar a palavra-chave <tt>void</tt> na família das linguagens C. Você pode retornar <hask>()</hask> de u
    15 KB (2,246 words) - 23:44, 15 May 2012
  • You can think of this as similar to the <tt>void</tt> keyword in C family languages. You can return <hask>()</hask> from an
    13 KB (1,986 words) - 17:59, 9 August 2019
  • void qsort(int a[], int lo, int hi)
    22 KB (2,644 words) - 21:43, 29 October 2011
  • Se puede pensar en este tipo como en <tt>void</tt> de la familia de lenguajes de
    14 KB (2,164 words) - 16:35, 9 October 2016
  • ...surprise that my new "short" version of print was only capable of printing void values -
    16 KB (2,628 words) - 21:19, 16 December 2022
  • ;[[/void's xmonad.hs]] (0.8 +)
    29 KB (4,125 words) - 12:46, 15 January 2021
  • An assertion is an <code>IO</code> computation that always produces a void result. Why is an assertion an <code>IO</code> computation? So that program
    23 KB (3,542 words) - 03:11, 15 May 2020
  • void (or unit) value, <code>()</code>.
    19 KB (3,139 words) - 04:08, 22 October 2021
  • Notice that most of the graph is taken up by region marked as "VOID". memory whose "biography" shows that it's been "VOID" (unused). My
    73 KB (10,050 words) - 00:05, 19 April 2021
  • Notice that most of the graph is taken up by region marked as "VOID". memory whose "biography" shows that it's been "VOID" (unused). My
    69 KB (11,026 words) - 12:26, 9 January 2023
  • void qsort(int a[], int lo, int hi) {
    25 KB (4,131 words) - 04:51, 9 December 2007
  • void qsort(int a[], int lo, int hi)
    26 KB (4,102 words) - 23:54, 29 February 2020
  • Nota que la mayor parte de la gráfica está ocupada por la región marcada "VOID" (vacío). Eso significa que la memoria ubicada nunca fué usada. Nota que ...zada). Mi imagen (y me imagino que la tuya también) muestra que la memoria VOID consiste en pedazos etiquetados "precomputeDisksFor/pre...". Podemos asumir
    76 KB (12,037 words) - 18:28, 11 June 2012
  • void qsort (T *result, T *list, int n)
    33 KB (5,616 words) - 22:30, 3 May 2024
  • void qsort (T *result, T *list, int n)
    34 KB (6,026 words) - 19:33, 10 November 2006
  • void write_answer(char *userfilename)
    36 KB (5,898 words) - 06:04, 10 August 2022
  • ...a -> f ()</code> is a specialization of <code>(<$)</code>, that is, <code>void x = () <$ x</code>. This can be used in cases where a computation computes
    179 KB (29,519 words) - 16:10, 30 December 2022
  • ...ype. There are a few exceptions, generally involving casting to or from '(void *)', but those are far outside the scope of this tutorial.
    111 KB (19,450 words) - 17:55, 23 October 2019