(** Examples of syntax / programs as strings that can be imported and tested *) let let_bind_int = "let x = 10" let let_bind_str = "let s = \"hello\" "