Erlang (programming language)/Tutorials/guards: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 August 2009

4 August 2009

22 April 2008

19 April 2008

  • curprev 20:0820:08, 19 April 2008imported>Eric Evers 2,920 bytes +186 →‎Guard functions
  • curprev 20:0620:06, 19 April 2008imported>Eric Evers 2,734 bytes +2,734 New page: =Erlang Guards= ===Guard structures=== Legal guards in Erlang are boolean functions placed after the key word, "when" and before the arrow, "->". Guards may appear as part of a function...