Decodal/examples/import/schema.dcdl

5 lines
68 B
Plaintext

MyConfig = {
host = String;
port = Int & > 443 default 8080;
};