positive? primitive

This commit is contained in:
Sam Caldwell 2019-05-21 17:22:40 -04:00
parent cf2162797a
commit a0a30c719a
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
(define-primop max (→fn Int Int Int))
(define-primop min (→fn Int Int Int))
(define-primop zero? (→fn Int Bool))
(define-primop positive? (→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))))