[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org 72bbf89282 4/4: * lisp/ob-haskell.el (org-babel-has
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org 72bbf89282 4/4: * lisp/ob-haskell.el (org-babel-haskell-execute): Document function arguments |
Date: |
Sun, 17 Sep 2023 06:58:19 -0400 (EDT) |
branch: externals/org
commit 72bbf89282612ff06860420037bd4c77777fe037
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
* lisp/ob-haskell.el (org-babel-haskell-execute): Document function
arguments
---
lisp/ob-haskell.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/ob-haskell.el b/lisp/ob-haskell.el
index a9b394e840..c5122f9a25 100644
--- a/lisp/ob-haskell.el
+++ b/lisp/ob-haskell.el
@@ -104,7 +104,8 @@ Return the value of the last form of BODY."
`(org-babel-haskell-with-session--worker ,params (lambda (,session-symbol)
,@body)))
(defun org-babel-haskell-execute (body params)
- "This function should only be called by `org-babel-execute:haskell'."
+ "Execute Haskell BODY according to PARAMS.
+This function should only be called by `org-babel-execute:haskell'."
(let* ((tmp-src-file (org-babel-temp-file "Haskell-src-" ".hs"))
(tmp-bin-file
(org-babel-process-file-name