let getVarDeclaration (Ide(id): ide) (table: dec_table) = 
        try (
             Hashtbl.find table (Ide(id))
        ) with Not_found -> raise (NON_DECLARED_VARIABLE ("ERROR: Undeclared variable: "^ id ^ "\n"))