<div dir="ltr">By standard you mean encoding? Chars should handle both easily (<a href="http://erlang.org/doc/reference_manual/data_types.html#id64690">http://erlang.org/doc/reference_manual/data_types.html#id64690</a> in "Number" section)<div><br></div><div>But even then $G is allowed both in code and shell, only type definition is deficient.  I'm just wondering if it's bug, oversight, or are there some obvious reasons I'm just not seeing.</div><div><br></div><div>mr</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 15, 2016 at 11:58 PM, Max Kuzmins <span dir="ltr"><<a href="mailto:maxp72@gmail.com" target="_blank">maxp72@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Marcin,<div><br>There's a char() type available, that's defined as  0..16#10ffff. Perhaps you're not allowed to use $G syntax as it would be unclear what standard your character refers to.</div><div><br></div><div>Regards,</div><div>Max</div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On 15 October 2016 at 21:49, Marcin Miszczyk <span dir="ltr"><<a href="mailto:mpmiszczyk@gmail.com" target="_blank">mpmiszczyk@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi.<div><br></div><div>Does anyone know why </div><div>-type dna_nucleotide() :: $G | $C | $T | $A. <br></div><div>is not valid sytax, while </div><div>-type dna_nucleotide() :: 71 | 67 | 84 | 65.<br></div><div>of course is? </div><div><br></div><div>mr</div><div><br></div></div>
<br></div></div>______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/list<wbr>info/erlang-questions</a><br>
<br></blockquote></div><br></div></div>
</blockquote></div><br></div>