stdlib: Implement head() and tail() functions.
authorRichard W.M. Jones <rjones@redhat.com>
Sun, 12 Jan 2020 20:22:26 +0000 (20:22 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 12 Jan 2020 20:22:26 +0000 (20:22 +0000)
commit580298444204f92785a7ac78c4529e95e3cba40d
tree87be1371e2698b1a07258ce215c418238630e4a1
parentc3304e1ddf82ea319623c20a1d736d0cd743e377
stdlib: Implement head() and tail() functions.
docs/Goalfile.pod
stdlib/prelude.gl
tests/10-function-head.gl [new file with mode: 0644]
tests/10-function-head.sh [new file with mode: 0755]
tests/10-function-tail.expected [new file with mode: 0644]
tests/10-function-tail.gl [new file with mode: 0644]
tests/10-function-tail.sh [new file with mode: 0755]