intero

    7熱度

    1回答

    我無法使用intero獲取hlint建議以顯示在emacs中。 我有emacs的24.5 新安裝的我加入了關於Interotube東西在here到新的~/.emacs文件 我做什麼別的emacs的。 我讀過的解決辦法是: (flycheck-add-next-checker 'intero '(warning . haskell-hlint)) 但我不知道我應該與此有關。

    4熱度

    2回答

    我想設置我的Haskero(使用關於Interotube Visual Studio代碼擴展名)爲我的Haskell的項目,但我得到以下錯誤: app\Main.hs:3:1: error: Failed to load interface for `Lib' Use -v to see a list of the files searched for. 重現步驟: sta

    1熱度

    1回答

    我在ghci會話中試圖加載我一直在處理的Main.hs文件。它看起來像我在正確的目錄在我,我可以看到該文件: ghci λ> :cd /home/username/codeplace ghci λ> :! ls lib.hs Main.hs 但我似乎無法加載: ghci λ> :load Main *** Exception: code: changeWorkingDirector

    1熱度

    1回答

    我目前得到的錯誤是: File error: http://melpa.org/packages/haskell-mode-20161110.316.tar, Not found 安裝intero時。我該如何解決這個問題? 謝謝!

    0熱度

    1回答

    當我正在開發時,我喜歡啓用-fdefer-type-errors和-XPartialTypeSignatures。目前我只是添加 {-# LANGUAGE PartialTypeSignatures #-} {-# OPTIONS_GHC -fdefer-type-errors #-} 到我正在使用的文件的頂部。然而,這並不理想,因爲我完成後經常忘記刪除這些行。有沒有一個選項可以將這些內容傳

    4熱度

    1回答

    我一直在嘗試使用Haskell來運行簡單的生產過程。像許多生產過程一樣,它涉及改變各地的狀態。出於這個原因,這將是非常方便的,讓我有一個腳本文件,在那裏我可以跟蹤的東西,有選擇地運行命令爲互動哈斯克爾,像 -- to start the process process <- startProcess -- to stop process stopProcess -- to check