Chun Tian (binghe)
2017-07-22 21:23:08 UTC
Hi,
If I have two terms s1 and s2 of type ``:string``, then
string_EQ_CONV ``^s1 = ^s2``
returns a theorem like: |- ``^s1 = ^s2 = T`` or |- ``^s1 = ^s2 = F`` about the equality the two terms. But if I donât know the types of s1 and s2, how can I achieve the same goal by finding a function like string_EQ_CONV and call it?
Regards,
Chun Tian
If I have two terms s1 and s2 of type ``:string``, then
string_EQ_CONV ``^s1 = ^s2``
returns a theorem like: |- ``^s1 = ^s2 = T`` or |- ``^s1 = ^s2 = F`` about the equality the two terms. But if I donât know the types of s1 and s2, how can I achieve the same goal by finding a function like string_EQ_CONV and call it?
Regards,
Chun Tian