aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2015-07-04 18:44:52 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2015-07-04 18:44:52 -0400
commit39f3738e921d520667aab45047972479c6d0ce15 (patch)
treede0409be7ea5569de8fdf23f4ca974b973e8bd85 /lib/ur
parentee6df0a47c7fbb6cef6679fec9e2abb19fa22c2d (diff)
Stray character in a comment
Diffstat (limited to 'lib/ur')
-rw-r--r--lib/ur/top.urs2
1 files changed, 1 insertions, 1 deletions
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)