Idris2Doc : Libraries.Data.SnocList.LengthMatch

Libraries.Data.SnocList.LengthMatch

(source)

Definitions

dataLengthMatch : SnocLista->SnocListb->Type
Totality: total
Visibility: public export
Constructors:
LinMatch : LengthMatch [<] [<]
SnocMatch : LengthMatchxsys->LengthMatch (xs:<x) (ys:<y)
checkLengthMatch : (xs : SnocLista) -> (ys : SnocListb) ->Maybe (LengthMatchxsys)
Totality: total
Visibility: export
lengthsMatch : LengthMatchxsys->lengthxs=lengthys
Totality: total
Visibility: export
reverseOnto : LengthMatchsxsy->LengthMatchsx'sy'->LengthMatch (reverseOntosxsx') (reverseOntosysy')
Totality: total
Visibility: export
reverse : LengthMatchsxsy->LengthMatch (reversesx) (reversesy)
Totality: total
Visibility: export