Mercurial > urweb
annotate demo/more/select.urs @ 1340:caff0a4d5fc1
Allow use of path variables in strings with no slashes
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 14 Dec 2010 10:59:17 -0500 |
parents | e46227efcbba |
children |
rev | line source |
---|---|
adamc@1023 | 1 val selectChar : list (char * string) -> option char -> xml select [] [] |