packages feed

MiniAgda-0.2022.3.11: test/succeed/tailStream.golden

MiniAgda by Andreas Abel and Karl Mehltretter
--- opening "tailStream.ma" ---
--- scope checking ---
--- type checking ---
type  Stream : ++(A : Set) -> - Size -> Set
term  Stream.cons : .[A : Set] -> .[i : Size] -> ^(y1 : A) -> ^(y2 : Stream A i) -> < Stream.cons i y1 y2 : Stream A $i >
term  tail : .[A : Set] -> .[i : Size] -> Stream A $i -> Stream A i
{ tail [A] [i] (Stream.cons [.i] x xs) = xs
}
--- evaluating ---
--- closing "tailStream.ma" ---