We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba1d10 commit 0034b0aCopy full SHA for 0034b0a
haskell-commands.el
@@ -1,5 +1,11 @@
1
;;; haskell-commands.el --- Commands that can be run on the process
2
3
+;;; Commentary:
4
+
5
+;;; This module provides varoius `haskell-mode' and `haskell-interactive-mode'
6
+;;; specific commands such as show type signature, show info, haskell process
7
+;;; commands and etc.
8
9
;; Copyright (c) 2014 Chris Done. All rights reserved.
10
11
;; This file is free software; you can redistribute it and/or modify
@@ -965,3 +971,4 @@ execusion."
965
971
'post-command-hook #'hs-utils/async-update-post-command-flag t)))
966
972
967
973
(provide 'haskell-commands)
974
+;;; haskell-commands.el ends here
0 commit comments