mk_string : string -> term
# mk_string "hello";; val it : term = `"hello"` # type_of it;; val it : hol_type = `:(char)list`