exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

Update `series` with canonical tests #242

Open BNAndras opened 4 months ago

BNAndras commented 4 months ago

The series exercise was ported nine years ago and is missing several canonical tests from the problem-specifications repo. The example.lfe will need to be rewritten and the series.lfe stub will need minimal code added (see below) to define the module for the exercise.

(defmodule series
  (export (slices 2)))

 ; Please implement the slices function