bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #25519] Double currying does not work


From: anonymous
Subject: [bug #25519] Double currying does not work
Date: Sun, 08 Feb 2009 23:30:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; eo; rv:1.9.0.5) Gecko/2008122011 Iceweasel/3.0.5 (Debian-3.0.5-1)

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

[Prev in Thread] Current Thread [Next in Thread]