mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-25 08:08:47 +00:00
Spec
This commit is contained in:
parent
4ed4101ad9
commit
34eed3c71a
9 changed files with 4313 additions and 910 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue