j
k
j a
j l
On Jan 13, 2008 2:07 PM, Tom Phoenix wrote:
On Jan 13, 2008 7:55 AM, Fernando Rodriguez wrote: ...If I define the follwoing functions: car (x:_) = x car [] = [] What's the type signature for that function?
On Jan 13, 2008 7:55 AM, Fernando Rodriguez wrote:
If I define the follwoing functions: car (x:_) = x car [] = []
If I define the follwoing functions:
car (x:_) = x car [] = []
What's the type signature for that function?
car :: [[a]] -> [a] -- Felipe.
Back to the thread
Back to the list