Question: by using Haskell, Define a function myrepeat::Char -> [Char] that takes a character c and generates an infinite list consisting of cs only. Do not
by using Haskell,
Define a function myrepeat::Char -> [Char] that takes a character c and generates an infinite list consisting of cs only. Do not use Haskells repeat function!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
