view tests/char.ur @ 1291:be6e2cd8d9a9

Add 'title' attribute
author Adam Chlipala <adam@chlipala.net>
date Sat, 04 Sep 2010 14:12:02 -0400
parents 395a5d450cc0
children
line wrap: on
line source
fun main () =
  case #"A" of
      #"B" => return <xml/>
    | _ => return <xml>A!</xml>