guix-patches
[Top][All Lists]
Advanced

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

[bug#66562] [PATCH v3] gnu: emacs-haskell-snippets: Use correct director


From: Rostislav Svoboda
Subject: [bug#66562] [PATCH v3] gnu: emacs-haskell-snippets: Use correct directory for snippets.
Date: Wed, 18 Oct 2023 10:54:53 +0200

Hi Liliana,

I think we're digressing and since our discussion is mostly about
opinions I'd prefer to discontinue it. Except for one rather important
point:

> > - in general, the built-in compose function can't be called with zero
> > arguments. For that purpose I cobbled myself:
...
> I'd argue that compose without procedures is quite meaningless, but
> maybe I'm thinking too hard.

Food for thought:

in Emacs Lisp:
*** Welcome to IELM ***  Type (describe-mode) or press C-h m for help.
ELISP> (-compose)
#<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_131>

In Racket:
Welcome to Racket v8.10 [cs].
> (compose)
#<procedure:values>

Clojure 1.11.1
user=> (comp)
#object[clojure.core$identity 0x610db97e "clojure.core$identity@610db97e"]

Cheers





reply via email to

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