DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / typecheck / pass / function_namespace.sail
1234567891011
val test : bool -> unit function test _ = () val main: unit -> unit function main _ = { let test2 = true; test(test2) }