Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>What I was looking for was the complete list of characters. Based on the other answers, the full list is;</p> <p>Unicode Punctuation:</p> <ul> <li><a href="http://www.fileformat.info/info/unicode/category/Pc/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/Pc/list.htm</a></li> <li><a href="http://www.fileformat.info/info/unicode/category/Pd/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/Pd/list.htm</a></li> <li><a href="http://www.fileformat.info/info/unicode/category/Pe/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/Pe/list.htm</a></li> <li><a href="http://www.fileformat.info/info/unicode/category/Pf/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/Pf/list.htm</a></li> <li><a href="http://www.fileformat.info/info/unicode/category/Pi/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/Pi/list.htm</a></li> <li><a href="http://www.fileformat.info/info/unicode/category/Po/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/Po/list.htm</a></li> <li><a href="http://www.fileformat.info/info/unicode/category/Ps/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/Ps/list.htm</a></li> </ul> <p>Unicode Symbols:</p> <ul> <li><a href="http://www.fileformat.info/info/unicode/category/Sc/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/Sc/list.htm</a></li> <li><a href="http://www.fileformat.info/info/unicode/category/Sk/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/Sk/list.htm</a></li> <li><a href="http://www.fileformat.info/info/unicode/category/Sm/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/Sm/list.htm</a></li> <li><a href="http://www.fileformat.info/info/unicode/category/So/list.htm" rel="noreferrer">http://www.fileformat.info/info/unicode/category/So/list.htm</a></li> </ul> <p>But <em>excluding</em> the following characters with special meaning in Haskell:</p> <pre><code>(),;[]`{}_:"' </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload