view sequences/repeat.m @ 29:61921dceded1

More documentation on type system.
author samer
date Sat, 19 Jan 2013 17:56:21 +0000
parents b1280319413e
children
line wrap: on
line source
% repeat - infinite sequence of repeated element
%
% repeat :: A -> seq(A).
function z=repeat(x), z=seq.repeat(x); end