Decodal/examples/import/main.dcdl

7 lines
92 B
Plaintext

let
schema = import "./schema.dcdl";
in
schema.MyConfig & {
host = "localhost";
}