Advertisement
Guest User

tidal errors

a guest
Nov 14th, 2018
1,208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.78 KB | None | 0 0
  1. Note: No local targets specified, so a
  2. plain ghci will be started with no
  3. package hiding or package options.
  4.  
  5. If you want to use package hiding
  6. and options, then you can try one
  7. of the following:
  8.  
  9. * If you want to start a different
  10. project configuration
  11. than /home/ais/.stack/global-project/stack.yaml, then you can use
  12. stack init to create a new
  13. stack.yaml for the packages in
  14. the current directory.
  15.  
  16. * If you want to use the project
  17. configuration
  18. at /home/ais/.stack/global-project/stack.yaml, then you can add to its 'packages' field.
  19.  
  20. Configuring GHCi with the following packages:
  21. GHCi, version 8.4.3: http://www.haskell.org/ghc/ :? for help
  22. Loaded GHCi configuration from /tmp/haskell-stack-ghci/2a3bbd58/ghci-script
  23. Prelude> Some flags have not been recognized: prompt2,
  24.  
  25. <interactive>:5:10: error:
  26. Variable not in scope: startTidal :: t0 -> t1 -> IO a0
  27.  
  28. <interactive>:5:21: error: Variable not in scope: superdirtTarget
  29.  
  30. <interactive>:5:37: error: Variable not in scope: defaultConfig
  31.  
  32. <interactive>:7:9: error:
  33. Variable not in scope: streamReplace :: t0 -> t
  34.  
  35. <interactive>:7:23: error: Variable not in scope: tidal
  36.  
  37. <interactive>:8:12: error:
  38. • Variable not in scope: streamHush :: t0 -> t
  39. • Perhaps you meant ‘streamEsp’ (imported from Sound.Tidal.Context)
  40.  
  41. <interactive>:8:23: error: Variable not in scope: tidal
  42.  
  43. <interactive>:9:12: error:
  44. • Variable not in scope: streamList :: t0 -> t
  45. • Perhaps you meant one of these:
  46. ‘readList’ (imported from Prelude),
  47. ‘streamEsp’ (imported from Sound.Tidal.Context)
  48.  
  49. <interactive>:9:23: error: Variable not in scope: tidal
  50.  
  51. <interactive>:10:12: error:
  52. Variable not in scope: streamMute :: t0 -> t
  53.  
  54. <interactive>:10:23: error: Variable not in scope: tidal
  55.  
  56. <interactive>:11:14: error:
  57. Variable not in scope: streamUnmute :: t0 -> t
  58.  
  59. <interactive>:11:27: error: Variable not in scope: tidal
  60.  
  61. <interactive>:12:12: error:
  62. Variable not in scope: streamSolo :: t0 -> t
  63.  
  64. <interactive>:12:23: error: Variable not in scope: tidal
  65.  
  66. <interactive>:13:14: error:
  67. Variable not in scope: streamUnsolo :: t0 -> t
  68.  
  69. <interactive>:13:27: error: Variable not in scope: tidal
  70.  
  71. <interactive>:14:12: error:
  72. Variable not in scope: streamOnce :: t0 -> Bool -> t
  73.  
  74. <interactive>:14:23: error: Variable not in scope: tidal
  75.  
  76. <interactive>:15:12: error:
  77. Variable not in scope: streamOnce :: t0 -> Bool -> t
  78.  
  79. <interactive>:15:23: error: Variable not in scope: tidal
  80.  
  81. <interactive>:16:14: error:
  82. Variable not in scope: asap :: Double -> c
  83.  
  84. <interactive>:17:31: error:
  85. Not in scope: ‘Sound.Tidal.Transition.xfadeIn’
  86. Perhaps you meant ‘Sound.Tidal.Context.xfadeIn’ (imported from Sound.Tidal.Context)
  87. No module named ‘Sound.Tidal.Transition’ is imported.
  88.  
  89. <interactive>:18:35: error:
  90. Not in scope: ‘Sound.Tidal.Transition.xfadeIn’
  91. Perhaps you meant ‘Sound.Tidal.Context.xfadeIn’ (imported from Sound.Tidal.Context)
  92. No module named ‘Sound.Tidal.Transition’ is imported.
  93.  
  94. <interactive>:19:28: error: Variable not in scope: tidal :: IO Time
  95.  
  96. <interactive>:19:35: error:
  97. • Couldn't match expected type ‘MVar
  98. (ParamPattern, [ParamPattern])’
  99. with actual type ‘Time -> [ParamPattern] -> ParamPattern’
  100. • Probable cause: ‘Sound.Tidal.Context.histpan’ is applied to too few arguments
  101. In the second argument of ‘transition’, namely
  102. ‘(Sound.Tidal.Context.histpan t)’
  103. In the expression: transition tidal (Sound.Tidal.Context.histpan t)
  104. In an equation for ‘histpan’:
  105. histpan t = transition tidal (Sound.Tidal.Context.histpan t)
  106.  
  107. <interactive>:20:25: error: Variable not in scope: tidal :: IO Time
  108.  
  109. <interactive>:20:32: error:
  110. • Couldn't match expected type ‘MVar
  111. (ParamPattern, [ParamPattern])’
  112. with actual type ‘Time -> [ParamPattern] -> ParamPattern’
  113. • Probable cause: ‘Sound.Tidal.Context.wait’ is applied to too few arguments
  114. In the second argument of ‘transition’, namely
  115. ‘(Sound.Tidal.Context.wait t)’
  116. In the expression: transition tidal (Sound.Tidal.Context.wait t)
  117. In an equation for ‘wait’:
  118. wait t = transition tidal (Sound.Tidal.Context.wait t)
  119.  
  120. <interactive>:21:35: error:
  121. Not in scope: ‘Sound.Tidal.Transition.waitT’
  122. No module named ‘Sound.Tidal.Transition’ is imported.
  123.  
  124. <interactive>:22:23: error: Variable not in scope: tidal :: IO Time
  125.  
  126. <interactive>:22:30: error:
  127. • Couldn't match expected type ‘MVar
  128. (ParamPattern, [ParamPattern])’
  129. with actual type ‘Time -> [ParamPattern] -> ParamPattern’
  130. • Probable cause: ‘Sound.Tidal.Context.jump’ is applied to too few arguments
  131. In the second argument of ‘transition’, namely
  132. ‘(Sound.Tidal.Context.jump)’
  133. In the expression: transition tidal (Sound.Tidal.Context.jump)
  134. In an equation for ‘jump’:
  135. jump = transition tidal (Sound.Tidal.Context.jump)
  136.  
  137. <interactive>:23:27: error: Variable not in scope: tidal :: IO Time
  138.  
  139. <interactive>:23:34: error:
  140. • Couldn't match expected type ‘MVar
  141. (ParamPattern, [ParamPattern])’
  142. with actual type ‘Time -> [ParamPattern] -> ParamPattern’
  143. • Probable cause: ‘Sound.Tidal.Context.jumpIn’ is applied to too few arguments
  144. In the second argument of ‘transition’, namely
  145. ‘(Sound.Tidal.Context.jumpIn t)’
  146. In the expression: transition tidal (Sound.Tidal.Context.jumpIn t)
  147. In an equation for ‘jumpIn’:
  148. jumpIn t = transition tidal (Sound.Tidal.Context.jumpIn t)
  149.  
  150. <interactive>:24:28: error: Variable not in scope: tidal :: IO Time
  151.  
  152. <interactive>:24:35: error:
  153. • Couldn't match expected type ‘MVar
  154. (ParamPattern, [ParamPattern])’
  155. with actual type ‘Time -> [ParamPattern] -> ParamPattern’
  156. • Probable cause: ‘Sound.Tidal.Context.jumpIn'’ is applied to too few arguments
  157. In the second argument of ‘transition’, namely
  158. ‘(Sound.Tidal.Context.jumpIn' t)’
  159. In the expression: transition tidal (Sound.Tidal.Context.jumpIn' t)
  160. In an equation for ‘jumpIn'’:
  161. jumpIn' t = transition tidal (Sound.Tidal.Context.jumpIn' t)
  162.  
  163. <interactive>:25:28: error: Variable not in scope: tidal :: IO Time
  164.  
  165. <interactive>:25:35: error:
  166. • Couldn't match expected type ‘MVar
  167. (ParamPattern, [ParamPattern])’
  168. with actual type ‘Time -> [ParamPattern] -> ParamPattern’
  169. • Probable cause: ‘Sound.Tidal.Context.jumpMod’ is applied to too few arguments
  170. In the second argument of ‘transition’, namely
  171. ‘(Sound.Tidal.Context.jumpMod t)’
  172. In the expression: transition tidal (Sound.Tidal.Context.jumpMod t)
  173. In an equation for ‘jumpMod’:
  174. jumpMod t = transition tidal (Sound.Tidal.Context.jumpMod t)
  175.  
  176. <interactive>:26:42: error: Variable not in scope: tidal :: IO Time
  177.  
  178. <interactive>:26:49: error:
  179. • Couldn't match expected type ‘MVar
  180. (ParamPattern, [ParamPattern])’
  181. with actual type ‘Time -> [ParamPattern] -> ParamPattern’
  182. • Probable cause: ‘Sound.Tidal.Context.mortal’ is applied to too few arguments
  183. In the second argument of ‘transition’, namely
  184. ‘(Sound.Tidal.Context.mortal lifespan release)’
  185. In the expression:
  186. transition tidal (Sound.Tidal.Context.mortal lifespan release)
  187. In an equation for ‘mortal’:
  188. mortal lifespan release
  189. = transition tidal (Sound.Tidal.Context.mortal lifespan release)
  190.  
  191. <interactive>:27:37: error:
  192. Not in scope: ‘Sound.Tidal.Transition.interpolate’
  193. No module named ‘Sound.Tidal.Transition’ is imported.
  194.  
  195. <interactive>:28:34: error: Variable not in scope: tidal :: IO Time
  196.  
  197. <interactive>:28:41: error:
  198. • Couldn't match expected type ‘MVar
  199. (ParamPattern, [ParamPattern])’
  200. with actual type ‘Time -> [ParamPattern] -> ParamPattern’
  201. • Probable cause: ‘Sound.Tidal.Context.interpolateIn’ is applied to too few arguments
  202. In the second argument of ‘transition’, namely
  203. ‘(Sound.Tidal.Context.interpolateIn t)’
  204. In the expression:
  205. transition tidal (Sound.Tidal.Context.interpolateIn t)
  206. In an equation for ‘interpolateIn’:
  207. interpolateIn t
  208. = transition tidal (Sound.Tidal.Context.interpolateIn t)
  209.  
  210. <interactive>:29:32: error:
  211. Not in scope: ‘Sound.Tidal.Transition.clutch’
  212. No module named ‘Sound.Tidal.Transition’ is imported.
  213.  
  214. <interactive>:30:36: error:
  215. Not in scope: ‘Sound.Tidal.Transition.clutchIn’
  216. Perhaps you meant ‘Sound.Tidal.Context.clutchIn’ (imported from Sound.Tidal.Context)
  217. No module named ‘Sound.Tidal.Transition’ is imported.
  218.  
  219. <interactive>:31:36: error:
  220. Not in scope: ‘Sound.Tidal.Transition.anticipate’
  221. Perhaps you meant ‘Sound.Tidal.Context.anticipate’ (imported from Sound.Tidal.Context)
  222. No module named ‘Sound.Tidal.Transition’ is imported.
  223.  
  224. <interactive>:32:40: error:
  225. Not in scope: ‘Sound.Tidal.Transition.anticipateIn’
  226. Perhaps you meant ‘Sound.Tidal.Context.anticipateIn’ (imported from Sound.Tidal.Context)
  227. No module named ‘Sound.Tidal.Transition’ is imported.
  228. tidal>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement