<div>Hi all,</div>
<div>&nbsp;</div>
<div>I want to write a small functionto test whether an input is a String or not. For example,</div>
<div>&nbsp;</div>
<div>isString::(Show a) =&gt;a -&gt;Bool</div>
<div>This function will return True if the input is a string and return False if not</div>
<div>&nbsp;</div>
<div>Any of you have idea about that? Thanks in advance</div>