DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / smt / match_fail.sat.sail
12345678910
default Order dec $include <prelude.sail> $counterexample function prop(xs: bits(4)) -> bool = { match xs { _ : bits(3) @ 0b0 => true } }