positive? primitive

This commit is contained in:
Sam Caldwell 2019-05-21 17:22:40 -04:00
parent 559e9bb11b
commit c283dae7e4
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))))