emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Fwd: Support compilation of Haskell in org mode babel blocks.


From: Roland Coeurjoly
Subject: Re: Fwd: Support compilation of Haskell in org mode babel blocks.
Date: Tue, 5 May 2020 23:16:19 +0200

Please see attached patch.
Regards.

On Mon, May 4, 2020 at 11:50 PM Nicolas Goaziou <address@hidden> wrote:
Roland Coeurjoly <address@hidden> writes:

> I am confused about the last point:
> Use a let-binding instead of setq.
>
> If I use:
>
> (let* compile (string= (cdr (assq :compile params)) "yes"))

I meant:

  (let ((compile (string= "yes" (cdr (assq :compile params)))))
   ...)

Attachment: 0001-ob-haskell-introduce-compile-header-argument.patch
Description: Text Data


reply via email to

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