read
Tag.read : string -> tag
Make a tag suitable for use by mk_oracle_thm
.
In order to construct a tag usable by mk_oracle_thm
, one
uses read
, which takes a string and makes it into a
tag.
The string must be an alphanumeric, i.e., start with an alphabetic character and thereafter consist only of alphabetic or numeric characters.
- Tag.read "Shamboozled";
> val it = Kerneltypes.TAG(["Shamboozled"], []) : tag