* lisp/ob-haskell.el (org-babel-haskell-execute): Document function arguments

This commit is contained in:
Ihor Radchenko 2023-09-17 13:23:00 +03:00
parent 14bde5aba5
commit 72bbf89282
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 1 deletions

View File

@ -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