syndicate-2017/racket/typed/examples/roles/struct-out/struct-in.rkt

8 lines
124 B
Racket
Raw Normal View History

2020-11-06 21:01:48 +00:00
#lang typed/syndicate/roles
(require "struct-out.rkt")
(happy-days (happy 5))
(define classic : (Happy Int) (happy 100))