This commit is contained in:
Dmitry Boulytchev 2020-02-04 02:46:38 +03:00
parent 4ed4101ad9
commit 34eed3c71a
9 changed files with 4313 additions and 910 deletions

View file

@ -1,3 +1,9 @@
-- Array package.
-- (C) Dmitry Boulytchev, JetBrains Research, St. Petersburg State University, 2020
--
-- This package provides a simplistic implementation of immutable set/map/hashtable
-- data structures.
import List;
public fun initArray (n, f) {