Skip to content

Commit d2eb61e

Browse files
committed
Import concat, is_list, and now
1 parent 6692e46 commit d2eb61e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/tunac/lib/template.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ let import_list =
9292
; func ref__ref "sha256"
9393
; func ref__ref "sha3"
9494
; func ref__ref "sha512"
95+
; func ref__ref "concat"
96+
; func ref__ref "is_list"
97+
; func const "now"
9598
]
9699
|> String.concat "\n"
97100

0 commit comments

Comments
 (0)