cur/nat.rkt
2015-01-27 19:07:17 -05:00

7 lines
102 B
Racket

#lang s-exp "cur-redex.rkt"
(require "sugar.rkt")
(data nat : Type
(z : nat)
(s : (-> nat nat)))