DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / typecheck / pass / case_simple2.sail
1234
val case_test : forall ('N : Int), 'N >= 10. (atom(10), range(10, 'N)) -> range(10, 'N) function case_test (x, y) = match (x, y) {_ => x}