Skip to content

Commit 338a9d7

Browse files
committed
std: Add L+ M+ O+ and V+ constructors
1 parent d1b4fe4 commit 338a9d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/ys/std.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@
302302
(intern 'ys.std 'T to-type)
303303
(intern 'ys.std 'V to-vec)
304304

305+
(intern 'ys.std 'L+ list)
306+
(intern 'ys.std 'M+ hash-map)
307+
(intern 'ys.std 'O+ omap)
305308
(intern 'ys.std 'V+ vector)
306309

307310

0 commit comments

Comments
 (0)