我是haskell的新手,试图做一个小任务
get1th ( a , _, _ , _) = a
foo input =
where input = (a:_,b:_,c:_,d:_)
if ( length (get1th input) == 2 )
then permutations[2]
else permutations[3]
我收到错误消息
parse error on input `where'
请给我一个提示