<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
mats cronqvist wrote:
<blockquote cite="mid:878wntmo9n.fsf@sterlett.hq.kred" type="cite">
  <pre wrap="">Joe Armstrong <a class="moz-txt-link-rfc2396E" href="mailto:joearms@gmail.com"><joearms@gmail.com></a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap=""> > I'm sick of writing my own max and min functions.
    </pre>
    <blockquote type="cite">
      <pre wrap="">Aren't you?
      </pre>
    </blockquote>
    <pre wrap="">Not really - If I didn't know Erlang or If I didn't know all the
language I's assume
that /\ meant AND and \/ meant OR. This would confuse lots of people.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  why would you think they meant AND/OR? I thought "/\" meant "lambda"
  at first, but AND/OR?
  </pre>
</blockquote>
<a class="moz-txt-link-freetext" href="http://en.wikipedia.org/wiki/Boolean_algebras_canonically_defined">http://en.wikipedia.org/wiki/Boolean_algebras_canonically_defined</a> says:<br>
<br>
Typical equations in the language of Boolean algebra are <i>x</i>∧<i>y</i>
= <i>y</i>∧<i>x</i>, <i>x</i>∧<i>x</i> = <i>x</i>, <i>x</i>∧¬<i>x</i>
= <i>y</i>∧¬<i>y</i>, and <i>x</i>∧<i>y</i> = <i>x</i>.<br>
<br>
</body>
</html>