How to declare a function so Listn : ' ' a list -> ' ' a list -> bool, listn xs and ys return true.
Example: lisen [#"1" #"2"] , [#"1" "#3"] return false and [#"1" , #"2"] [#"2" , #"1"] return true
|
How to declare a function so Listn : ' ' a list -> ' ' a list -> bool, listn xs and ys return true. Example: lisen [#"1" #"2"] , [#"1" "#3"] return false and [#"1" , #"2"] [#"2" , #"1"] return true |
|||
|
|
|
Try this:
|
|||||
|