[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Declaring Lisp function types
From: |
Andrea Corallo |
Subject: |
Re: Declaring Lisp function types |
Date: |
Mon, 18 Mar 2024 05:25:52 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Adam Porter <adam@alphapapa.net> writes:
[...]
>> 2:
>> (defun sum (a b)
>> (declare (type (function (integer integer) integer)))
>> (+ a b))
>> 3:
>> (defun sum (a b)
>> (declare (type (integer integer) integer))
>> (+ a b))
>> For the reasons I've already expressed: 1 I like it, 2 I'm okay with
>> it,
>> 3 I very much dislike it.
>
> Forgive me if I've missed it, but why do you dislike #3?
Hi Adam, you can find my messages in this very thread on this, not sure
I've a better way to explain it.
Thanks
Andrea
- Re: Declaring Lisp function types, (continued)
- Re: Declaring Lisp function types, Tomas Hlavaty, 2024/03/15
- Re: Declaring Lisp function types, Eli Zaretskii, 2024/03/15
- Re: Declaring Lisp function types, Tomas Hlavaty, 2024/03/16
- Re: Declaring Lisp function types, Eli Zaretskii, 2024/03/16
- Re: Declaring Lisp function types, Tomas Hlavaty, 2024/03/16
- Re: Declaring Lisp function types, Eli Zaretskii, 2024/03/16
- Re: Declaring Lisp function types, Emanuel Berg, 2024/03/16
- Re: Declaring Lisp function types, Lele Gaifax, 2024/03/18
- Re: Declaring Lisp function types, Emanuel Berg, 2024/03/16
Re: Declaring Lisp function types, Adam Porter, 2024/03/15
- Re: Declaring Lisp function types,
Andrea Corallo <=
Re: Declaring Lisp function types, Andrea Corallo, 2024/03/26
Re: Declaring Lisp function types, Mattias EngdegÄrd, 2024/03/26
Re: Declaring Lisp function types, Stefan Monnier, 2024/03/26
Re: Declaring Lisp function types, Joost Kremers, 2024/03/26
Re: Declaring Lisp function types, Stefan Monnier, 2024/03/26
Re: Declaring Lisp function types, Arthur Miller, 2024/03/16