✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What would be the output if we evaluated the following two lines of Haskell code?
foo (b:a) = bprint(foo [7,8,9,10] )
Note that this is perfectly valid Haskell code - the print function is just Haskell's method for displaying output