Home | History | Annotate | Download | only in Ocaml

Lines Matching refs:let

16 let context = global_context ()
19 let print_checkpoints = false
21 let suite name f =
26 let _ =
29 let insist cond =
35 let test_irreader () =
37 let buf = MemoryBuffer.of_string "@foo = global i32 42" in
38 let m = parse_ir context buf in
47 let buf = MemoryBuffer.of_string "@foo = global garble" in
58 let _ =