Idris2Doc : Algebra.Solver.Ops

Algebra.Solver.Ops

(source)

Reexports

importpublic Data.List.Elem

Definitions

eqElem : (e1 : Elemxxs) -> (e2 : Elemyxs) ->Maybe (e1=e2)
  Checks if elements `x` and `y` are at the same position in list
`xs` and thus identical.

Visibility: public export