Idris2Doc : Data.List.Palindrome

Data.List.Palindrome

Definitions

dataPalindrome : Lista->Type
  Do geese see God?

Totality: total
Visibility: public export
Constructors:
Empty : Palindrome []
Single : Palindrome [{_:5373}]
Multi : Palindromexs->Palindrome (x::snocxsx)
palindromeReverse : (xs : Lista) ->Palindromexs->reversexs=xs
  A Palindrome reversed is itself.

Totality: total
Visibility: export
reversePalindrome : (xs : Lista) ->reversexs=xs->Palindromexs
  Only Palindromes are equal to their own reverse.

Totality: total
Visibility: export