Skip to content

Commit 1b2f7e4

Browse files
committed
export bool
1 parent d743e6d commit 1b2f7e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiscm/core.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
~ << >> % & | ^ ! && || le lt ge gt eq ne where typed-alloca build-phi add-incoming
4545
to-array get set rgb red green blue ensure-default-strides default-strides roll unroll
4646
crop dump rebase project element minor major sum product fill indices convolve dilate erode
47-
warp reshape histogram mask unmask
47+
warp reshape histogram mask unmask bool
4848
<void> <meta<void>>
4949
<scalar> <meta<scalar>>
5050
<structure> <meta<structure>>

tests/test_core.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
(test-eq "Create boolean type"
4141
<bool> (class-of (make <bool> #:value #t)))
4242
(test-eqv "Foreign type of boolean is boolean"
43-
(+ int64 3) (foreign-type <bool>)))
43+
bool (foreign-type <bool>)))
4444

4545
(test-group "construct integer types"
4646
(for-each

0 commit comments

Comments
 (0)