Hello,


please, who knows, in what way the  in-line -s  or maybe,  macros 
are available in  ghc-0.29 ?

Say, suppose the text

accum t xs f =
  let
    (t',h) = case  g f  of  []   -> (t,h)
                            forms-> foldl p (t,zero) forms
  in
    (t',h:hs)

has better to be substituted before the compiling because it 
* repeats several times, 
* contains the values undefined in it 
* and has a complex type definition if written as a function.


Does the C preprocessor fit ?


Thank you.

Sergey Mechveliani    [EMAIL PROTECTED]




Reply via email to