URL:
  <http://savannah.gnu.org/bugs/?25519>

                 Summary: Double currying does not work
                 Project: Guile
            Submitted by: None
            Submitted on: Sun 08 Feb 2009 11:30:56 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The following does not work, but should:

    (define ((f x) y) (+ x y))
    ((f 2) 3)

(the definition gives an invalid syntax error).




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25519>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to