Make +haskell-repl-buffer arg optional

This commit is contained in:
Henrik Lissner
2018-12-26 14:53:08 -05:00
parent b7cfa90967
commit 3befcf934e

View File

@ -1,7 +1,7 @@
;;; lang/haskell/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +haskell-repl-buffer (arg)
(defun +haskell-repl-buffer (&optional arg)
"Returns the appropriate Haskell REPL buffer."
(if (featurep! +intero)
(intero-repl-buffer arg)