Start time:
Mi 26 Apr 2017 16:00:42
End time:
Fr 28 Apr 2017 18:00:43

Assignments: 2

Haskell Lists (6 P)
Implement the following functions  including their type definitions . Note: If you don't write down type definitions, the compiler will warn about "Top-level binding with no type signature"....
Haskell Type Definitions (6 P)
Write down the type definitions of the following expressions: a)     (True‚'a',[1,2,3]) b)     (['a'],['b'],['b'],['a']) c )  ...