(
(
(
Racket
)
)
)
Need Help?
About
Download
Documentation
PLaneT
Community
Learning
Home
>
chongkai
>
sml.plt
>
package version 1.0
test/valrecpat2.ss
#lang
planet
chongkai/sml
datatype
t
=
f
;
val
rec
f
=
fn
x
=>
x
val
_
=
print
(
f
"OK\n"
)