From 39f3738e921d520667aab45047972479c6d0ce15 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 4 Jul 2015 18:44:52 -0400 Subject: Stray character in a comment --- lib/ur/top.urs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ur') diff --git a/lib/ur/top.urs b/lib/ur/top.urs index 907b28b2..8273db0c 100644 --- a/lib/ur/top.urs +++ b/lib/ur/top.urs @@ -35,7 +35,7 @@ con snd3 = K1 ==> K2 ==> K3 ==> fn t :: (K1 * K2 * K3) => t.2 con thd3 = K1 ==> K2 ==> K3 ==> fn t :: (K1 * K2 * K3) => t.3 (* Convert a record of n Units into a type-level record where -o each field has the same value (which describes a uniformly + each field has the same value (which describes a uniformly typed record) *) con mapU = K ==> fn f :: K => map (fn _ :: Unit => f) -- cgit v1.2.3