Idris2Doc : Libraries.Data.List.LengthMatch

Libraries.Data.List.LengthMatch

(source)

Definitions

dataLengthMatch : Lista->Listb->Type
Totality: total
Visibility: public export
Constructors:
NilMatch : LengthMatch [] []
ConsMatch : LengthMatchxsys->LengthMatch (x::xs) (y::ys)
checkLengthMatch : (xs : Lista) -> (ys : Listb) ->Maybe (LengthMatchxsys)
Totality: total
Visibility: export
lengthsMatch : LengthMatchxsys->lengthxs=lengthys
Totality: total
Visibility: export