view tests/char.ur @ 2147:265c1aeed71b

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Wed, 20 May 2015 12:44:28 -0400
parents 395a5d450cc0
children
line wrap: on
line source
fun main () =
  case #"A" of
      #"B" => return <xml/>
    | _ => return <xml>A!</xml>