add <a id=as-patterns>
authorjim <jim@web>
Mon, 6 Apr 2015 09:20:32 +0000 (05:20 -0400)
committerLinux User <ikiwiki@localhost.members.linode.com>
Mon, 6 Apr 2015 09:20:32 +0000 (05:20 -0400)
rosetta1.mdwn

index 70866b1..5d3868a 100644 (file)
@@ -517,6 +517,7 @@ Note there is no closing `end` or `}`. You can enclose the whole expression in p
       | 1 -> result1
       | x -> resultx
 
+<a id=as-patterns></a>
 The syntax for [[guards|topics/week1_kapulet_advanced#guards]] and [[as-patterns|topics/week1_kapulet_advanced#as-patterns]] also only varies slightly between these languages:
 
     # Kapulet