Files
Decodal/examples/map-ascription.dcdl
T

16 lines
269 B
Plaintext

let
Service = {
port = Int & >= 1 & <= 65535;
enabled = Bool default true;
};
in
{
api = {
port = 8080;
};
worker = {
port = 8081;
enabled = false;
};
} as {...Service}