blob: edbdaaddedda55f3224760b840193473ebdbf3de (
plain)
1
2
3
4
5
6
7
8
9
10
|
++ Contibuted by Yixin Cao
)abbrev domain TD TestDomain
TestDomain :Public == Private where
Public == with
test: Syntax -> Boolean
Private == add
test(x) ==
if x case Symbol then coerce(x)@Symbol
x case Symbol
|