synit-manual/src/guide/schemas/simpleChatProtocol.pr

14 lines
260 B
Plaintext

<schema {
definitions: {
Present: <rec <lit Present> <tuple [
<named username <atom String>>
]>>
Says: <rec <lit Says> <tuple [
<named who <atom String>>
<named what <atom String>>
]>>
}
embeddedType: #f
version: 1
}>