[nem-en] Comments in standard library

Vladimir Reshetnikov v.reshetnikov at gmail.com
Wed Feb 21 17:10:17 CET 2007


Why comments in standard library use semicolon as a list separator? E.g.

    /**
     * Returns reversed list, i.e. Rev([1;2;3]) = [3;2;1].
     * Works in time and memory O(n).
     */
    public Rev['a] (l : list ['a]) : list ['a] {



More information about the devel-en mailing list