``` ➜ cuddle git:(js/validator) ✗ gen ctrland std-cddl/int.cddl; pretty 01 # unsigned(1) ``` Where `ctrland` is defined as: ``` ctrland = (uint .lt 3) .and (uint .gt 1) ```