0

Given two lists xs and ys, I would like to obtain a value of Dec(xs ≡ ys). Does any one know the name of the standard library module which contains such an operator?

user1023733
  • 805
  • 5
  • 14

1 Answers1

2

It's in Data.List.Properties under the name ≡-dec

gallais
  • 11,823
  • 2
  • 30
  • 63