summaryrefslogtreecommitdiff
path: root/lib/ur/top.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-12-29 14:12:03 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2011-12-29 14:12:03 -0500
commit09acf221dc8c0f1a19d737e98a952ff633c9330c (patch)
treec952c50d84aa3510057f79a404bbc4eeb37666b7 /lib/ur/top.urs
parentbd2a4dee683a84332bf98ca88407a75c83c22fb6 (diff)
Rename [Top.id] to avoid clash with [Basis.id]
Diffstat (limited to 'lib/ur/top.urs')
-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 75d85fcd..489e744d 100644
--- a/lib/ur/top.urs
+++ b/lib/ur/top.urs
@@ -22,7 +22,7 @@ end
val not : bool -> bool
(* Type-level identity function *)
-con id = K ==> fn t :: K => t
+con ident = K ==> fn t :: K => t
(* Type-level function which yields the value-level record
described by the given type-level record *)