DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / pattern_completeness / unbounded_int_annot.sail
12345678910
default Order dec function foo(x: int) -> unit = { match (x : int) { 0 => (), 1 => (), 2 => (), _ => (), } }