DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / typecheck / pass / cons_pattern.sail
123456
val test : list(bit) -> unit function test xs = match xs { x :: xs => (), [||] => () }