Home | History | Annotate | Download | only in tutorial

Lines Matching full:not_found

870         let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1
1078 | Not_found -> raise (Error "unknown variable name"))
1200 try Some (Hashtbl.find named_values var_name) with Not_found -> None