diff lib/ur/basis.urs @ 1272:56bd4a4f6e66

Some serious bug-fix work to get HTML example to compile; this includes fixing a bug with 'val' patterns in Unnest and the need for more local reduction in Especialize
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jun 2010 13:04:37 -0400
parents e80582b927f2
children 1e6a4f9d3e4a
line wrap: on
line diff
--- a/lib/ur/basis.urs	Tue Jun 01 15:46:24 2010 -0400
+++ b/lib/ur/basis.urs	Thu Jun 03 13:04:37 2010 -0400
@@ -79,7 +79,7 @@
 val strsuffix : string -> int -> string
 val strchr : string -> char -> option string
 val strindex : string -> char -> option int
-val strcspn : string -> string -> option int
+val strcspn : string -> string -> int
 val substring : string -> int -> int -> string
 val str1 : char -> string