All good until it runs tidal I guess?
`~/ ghci -ghci-script /Users/konstantinos/.cabal/store/ghc-8.10.1/tdl-1.6.1-53057d88/share/BootTidal.hs
GHCi, version 8.8.4: https://www.haskell.org/ghc/ :? for help
: error:
Could not find module ‘Sound.Tidal.Context’
It is not a module in the current program, or in any known package.
:11:39: error: Not in scope: ‘oLatency’
:11:55: error: Not in scope: ‘oAddress’
:11:79: error: Not in scope: ‘oPort’
:11:111: error: Not in scope: ‘cFrameTimespan’
:32:38: error:
Not in scope: ‘Sound.Tidal.Transition.xfadeIn’
No module named ‘Sound.Tidal.Transition’ is imported.
:33:42: error:
Not in scope: ‘Sound.Tidal.Transition.xfadeIn’
No module named ‘Sound.Tidal.Transition’ is imported.
:34:42: error:
Not in scope: ‘Sound.Tidal.Transition.histpan’
No module named ‘Sound.Tidal.Transition’ is imported.
:35:39: error:
Not in scope: ‘Sound.Tidal.Transition.wait’
No module named ‘Sound.Tidal.Transition’ is imported.
:36:42: error:
Not in scope: ‘Sound.Tidal.Transition.waitT’
No module named ‘Sound.Tidal.Transition’ is imported.
:37:37: error:
Not in scope: ‘Sound.Tidal.Transition.jump’
No module named ‘Sound.Tidal.Transition’ is imported.
:38:41: error:
Not in scope: ‘Sound.Tidal.Transition.jumpIn’
No module named ‘Sound.Tidal.Transition’ is imported.
:39:42: error:
Not in scope: ‘Sound.Tidal.Transition.jumpIn'’
No module named ‘Sound.Tidal.Transition’ is imported.
:40:42: error:
Not in scope: ‘Sound.Tidal.Transition.jumpMod’
No module named ‘Sound.Tidal.Transition’ is imported.
:41:56: error:
Not in scope: ‘Sound.Tidal.Transition.mortal’
No module named ‘Sound.Tidal.Transition’ is imported.
:42:44: error:
Not in scope: ‘Sound.Tidal.Transition.interpolate’
No module named ‘Sound.Tidal.Transition’ is imported.
:43:48: error:
Not in scope: ‘Sound.Tidal.Transition.interpolateIn’
No module named ‘Sound.Tidal.Transition’ is imported.
:44:39: error:
Not in scope: ‘Sound.Tidal.Transition.clutch’
No module named ‘Sound.Tidal.Transition’ is imported.
:45:43: error:
Not in scope: ‘Sound.Tidal.Transition.clutchIn’
No module named ‘Sound.Tidal.Transition’ is imported.
:46:43: error:
Not in scope: ‘Sound.Tidal.Transition.anticipate’
No module named ‘Sound.Tidal.Transition’ is imported.
:47:47: error:
Not in scope: ‘Sound.Tidal.Transition.anticipateIn’
No module named ‘Sound.Tidal.Transition’ is imported.
:48:41: error:
Not in scope: ‘Sound.Tidal.Transition.mortalOverlay’
No module named ‘Sound.Tidal.Transition’ is imported.
:68:12: error:
Variable not in scope: streamSetI :: t4 -> t
:68:23: error: Variable not in scope: tidal
:69:12: error:
Variable not in scope: streamSetF :: t3 -> t
:69:23: error: Variable not in scope: tidal
:70:12: error:
Variable not in scope: streamSetS :: t2 -> t
:70:23: error: Variable not in scope: tidal
:71:12: error:
Variable not in scope: streamSetR :: t1 -> t
:71:23: error: Variable not in scope: tidal
:72:12: error:
Variable not in scope: streamSetB :: t0 -> t
:72:23: error: Variable not in scope: tidal
Loaded GHCi configuration from /Users/konstantinos/.cabal/store/ghc-8.10.1/tdl-1.6.1-53057d88/share/BootTidal.hs
tidal> :t d1
:1:1: error: Variable not in scope: d1
tidal>
`
Seems like the boot file of tidal is not exposed to Emacs (tidal.el file), right?