diff lib/ur/top.urs @ 1649:9253765d7724

Rename [Top.id] to avoid clash with [Basis.id]
author Adam Chlipala <adam@chlipala.net>
date Thu, 29 Dec 2011 14:12:03 -0500
parents aa0c6382aa57
children 6bc2a8cb3a67
line wrap: on
line diff
--- a/lib/ur/top.urs	Thu Dec 29 10:04:09 2011 -0500
+++ b/lib/ur/top.urs	Thu Dec 29 14:12:03 2011 -0500
@@ -22,7 +22,7 @@
 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 *)