
inspired by haskell newtypes http://www.mail-archive.com/racket-users@googlegroups.com/msg27118.html https://www.haskell.org/tutorial/moretypes.html
6 lines
90 B
Racket
6 lines
90 B
Racket
#lang typed/racket/base
|
|
|
|
(require "../succeed/define-new-subtype.rkt")
|
|
|
|
(sin (degrees 0))
|