Closed
Description
There are several utility functions defined in haskell-commands.el
. I think it's better to move them into haskell-utils.el
if possible, and rename prefix to haskell-commands-
. I think we can move those functions which does not depends on other haskell-mode
functionality, for example haskell-utils-capture-expr-bounds
uses haskell-spanable-pos-at-point
internally and likely it is first candidate to rename rather than move.
Here is a list of this functions:
-
haskell-utils-async-post-command-flag
1 -
haskell-utils-capture-expr-bounds
2 -
haskell-utils-compose-type-at-command
3 -
haskell-utils-insert-type-signature
4 -
haskell-utils-echo-or-present
5 -
haskell-utils-async-update-post-command-flag
6 -
haskell-utils-async-watch-changes
7 -
haskell-utils-async-stop-watching-changes
8 -
haskell-utils-reduce-string
9 -
haskell-utils-parse-repl-response
10