view lib/ur/string.urs @ 821:395a5d450cc0

Chars and more string operations
author Adam Chlipala <adamc@hcoop.net>
date Tue, 26 May 2009 12:25:06 -0400
parents
children 14a6c0971d89
line wrap: on
line source
type t = string

val sub : t -> int -> char
val suffix : t -> int -> string