You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[E081] Type Error: /home/mayosy/study/scala-fibonacci/src/TailRec.scala:12:20
| (time compose fib(_))(n)
| ^
| Missing parameter type
|
| I could not infer the type of the parameter _$1 of expanded function:
| _$1 => time compose fib(_$1).
|one error found
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
compile failed:
passed:
Why? I am new in scala. :)
BTW, I find that the main function could't be:
but
is ok (both compiled ok, but the former couldn't print anything)
:(
Beta Was this translation helpful? Give feedback.
All reactions