Skip to content

Commit

Permalink
[#430] bound?
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 15, 2020
1 parent 8e06b82 commit ecb4cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sci/impl/namespaces.cljc
Expand Up @@ -713,6 +713,7 @@
'bit-shift-left (copy-core-var bit-shift-left)
'bit-shift-right (copy-core-var bit-shift-right)
'bit-xor (copy-core-var bit-xor)
'bound? (copy-core-var sci-bound?)
'boolean (copy-core-var boolean)
'boolean? (copy-core-var boolean?)
'booleans (copy-core-var booleans)
Expand Down Expand Up @@ -1079,7 +1080,6 @@
'-' (copy-core-var -')
'*' (copy-core-var *')
'boolean-array (copy-core-var boolean-array)
'bound? (copy-core-var sci-bound?)
'byte-array (copy-core-var byte-array)
'bigint (copy-core-var bigint)
'bytes? (copy-core-var bytes?)
Expand Down

0 comments on commit ecb4cba

Please sign in to comment.