Cosmetics in stdlib

This commit is contained in:
Dmitry Boulytchev 2020-02-20 12:43:52 +03:00
parent 7fd85f27ef
commit 5933f4c3b1
15 changed files with 105 additions and 79 deletions

View file

@ -1,8 +1,9 @@
-- Array package.
-- Arrays.
-- (C) Dmitry Boulytchev, JetBrains Research, St. Petersburg State University, 2020
--
-- This package provides a simplistic implementation of immutable set/map/hashtable
-- data structures.
-- This unit provides a set of array-manipulation primitives. Note, some of these
-- primitives can be applied to any boxed value in Lama, not necessarily arrays
-- per se.
import List;