ty_antiq : hol_type -> term
val ty = ``:num list``; > val ty = `:num list` : hol_type - ``x : ^ty``; ! Toplevel input: ! Term `x : ^ty`; ! ^^ ! Type clash: expression of type ! hol_type ! cannot have type ! term
- ``x : ^(ty_antiq ty)``; > val it = `x` : term - type_of it; > val it = `:num list` : hol_type