Skip to content

Commit 5087b65

Browse files
committedJul 4, 2016
Clarify rerunning of haskell-emacs-init
1 parent b70c1d2 commit 5087b65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ which =haskell-emacs= cannot marshal to the correct type. Please keep in
7171
mind that Emacs Lisp Arrays will be translated (recursively) to
7272
Haskell Lists and Emacs Lisp Lists will be marshaled to either Haskell
7373
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+
7480
* Build tools
7581
You can use your favorite build tool. Nix, stack and cabal are
7682
supported out of the box. If you don't specify which one to use via

0 commit comments

Comments
 (0)