annotate lib/ur/string.urs @ 822:d4e811beb8eb

fn-pattern code in but not tested yet; hello compiles
author Adam Chlipala <adamc@hcoop.net>
date Thu, 28 May 2009 10:16:50 -0400
parents 395a5d450cc0
children 14a6c0971d89
rev   line source
adamc@821 1 type t = string
adamc@821 2
adamc@821 3 val sub : t -> int -> char
adamc@821 4 val suffix : t -> int -> string