view tests/char.ur @ 959:53b9aeac676c

Fix C substring implementation
author Adam Chlipala <adamc@hcoop.net>
date Fri, 18 Sep 2009 19:30:09 -0400
parents 395a5d450cc0
children
line wrap: on
line source
fun main () =
  case #"A" of
      #"B" => return <xml/>
    | _ => return <xml>A!</xml>