zero? primitive

This commit is contained in:
Sam Caldwell 2019-05-21 16:55:58 -04:00
parent c8a1253d7b
commit df9f3ebbd2
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
(define-primop sub1 (→fn Int Int))
(define-primop max (→fn Int Int Int))
(define-primop min (→fn Int Int Int))
(define-primop zero? (→fn Int Bool))
(define-primop bytes->string/utf-8 ( ByteString (Computation (Value String) (Endpoints) (Roles) (Spawns))))
(define-primop string->bytes/utf-8 ( String (Computation (Value ByteString) (Endpoints) (Roles) (Spawns))))