Skip to content

Commit

Permalink
Ep7: Fix mistake in infix:sym«<».
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurtis committed Jul 20, 2010
1 parent 54a3e7e commit 9a5b022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial_episode_7.pod
Expand Up @@ -185,7 +185,7 @@ Now, we need to define the actual operators:

token infix:sym<or> { <sym> <O('%disjunction, :pasttype<unless>')> }
token infix:sym<and> { <sym> <O('%conjunction, :pasttype<if>')> }
token infix:sym«<» { <sym> <O('%relational, :pirop<isle IPP>')> }
token infix:sym«<» { <sym> <O('%relational, :pirop<islt>')> }
token infix:sym<+> { <sym> <O('%additive, :pirop<add>')> }
token infix:sym<*> { <sym> <O('%multiplicative, :pirop<mul>')> }
token prefix:sym<not> { <sym> <O('%unary-not, :pirop<isfalse>')> }
Expand Down

0 comments on commit 9a5b022

Please sign in to comment.