A syntax option (function types versus arrays)

Howard Lovatt howard.lovatt at gmail.com
Wed Mar 10 22:29:57 PST 2010


Oops, should read

#< #< R() throws E >( #< R( A ) throws E >, A ) > curry =
  new #< #< R() throws E >( #< R( A ) throws E > l, A a ) >(
    new #< R() throws E >()( l.( a ) )
);

Sorry,

  -- Howard.


More information about the lambda-dev mailing list