about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-17 00:46:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-17 00:46:03 -0700
commitd52406ccd9eb19be40b85a3a2a1b00e5052afb9b (patch)
tree18936281f60f84ea1ceb024b1b1580d376f765c6 /030container.cc
parent192d59d3bb9ee0baa1afd82cb5d0f352bdc6e403 (diff)
downloadmu-d52406ccd9eb19be40b85a3a2a1b00e5052afb9b.tar.gz
3381
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/030container.cc b/030container.cc
index 29268587..c54a4be5 100644
--- a/030container.cc
+++ b/030container.cc
@@ -76,7 +76,7 @@ def main [
   4:num <- copy 34  # second
   5:num <- copy 35
   6:num <- copy 36
-  7:boolean <- equal 1:point-number/raw, 4:point-number/unsafe
+  7:bool <- equal 1:point-number/raw, 4:point-number/unsafe
 ]
 +mem: storing 1 in location 7
 
@@ -88,7 +88,7 @@ def main [
   4:num <- copy 34  # second
   5:num <- copy 35
   6:num <- copy 37  # different
-  7:boolean <- equal 1:point-number/raw, 4:point-number/unsafe
+  7:bool <- equal 1:point-number/raw, 4:point-number/unsafe
 ]
 +mem: storing 0 in location 7