mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Cosmetics in stdlib
This commit is contained in:
parent
7fd85f27ef
commit
5933f4c3b1
15 changed files with 105 additions and 79 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue