DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / typecheck / pass / nat_set.sail
12345
function test forall 'n, 'n in {1, 3}. x : atom('n) -> bool = true let x = test(1) let y = test(3)