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 b70c1d2 commit 5087b65Copy full SHA for 5087b65
README.org
@@ -71,6 +71,12 @@ which =haskell-emacs= cannot marshal to the correct type. Please keep in
71
mind that Emacs Lisp Arrays will be translated (recursively) to
72
Haskell Lists and Emacs Lisp Lists will be marshaled to either Haskell
73
Lists or Haskell Tuples.
74
+
75
+Note that if you modify Matrix.hs or add new files you have to rerun
76
+=haskell-emacs-init=. If you remove a function from a module or an
77
+entire module, the lisp function will still be bound untill the next
78
+restart of emacs but produce undefined behaviour.
79
80
* Build tools
81
You can use your favorite build tool. Nix, stack and cabal are
82
supported out of the box. If you don't specify which one to use via
0 commit comments