I'm supposed to run these lines in emacs. But, I don't know how. I don't know if I should compile, write it in a shell command, or what. This is supposed to make an interface between a program called tidal, and emacs.
(add-to-list 'load-path "{directoryfile}")
(require 'haskell-mode)
(require 'tidal)