001 refine bounds meet

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

refined

Expected output

refined

Expected comptime output

refine input:Server: port: i64 & >1024 & <=65535, retries: i64 & >=0 & <10, host: string

Flows

flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Server, source: port: i64 retries: i64 host: string)
flow ~std/refine click a branch to expand · @labels scroll to their anchor
std/refine (Server, source: port: i64 & >1024 port: i64 & <=65535 retries: i64 & >=0 & <10 host: string)
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "refined")

Test Configuration

MUST_RUN