diff lib/basis.urs @ 452:222cbc1da232

Fix some type-class detection
author Adam Chlipala <adamc@hcoop.net>
date Sat, 01 Nov 2008 17:19:12 -0400
parents f45f23ae20ed
children 1a4fa157fedd
line wrap: on
line diff
--- a/lib/basis.urs	Sat Nov 01 16:50:28 2008 -0400
+++ b/lib/basis.urs	Sat Nov 01 17:19:12 2008 -0400
@@ -56,6 +56,7 @@
 val show_string : show string
 val show_bool : show bool
 val show_time : show time
+val mkShow : t ::: Type -> (t -> string) -> show t
 
 class read
 val read : t ::: Type -> read t -> string -> option t