diff lib/ur/basis.urs @ 775:a8bdd5a0d9b0

css demo
author Adam Chlipala <adamc@hcoop.net>
date Sun, 03 May 2009 12:36:25 -0400
parents c125df6fabfc
children 87a7702d681d
line wrap: on
line diff
--- a/lib/ur/basis.urs	Sun May 03 12:24:39 2009 -0400
+++ b/lib/ur/basis.urs	Sun May 03 12:36:25 2009 -0400
@@ -31,7 +31,7 @@
 val plus : t ::: Type -> num t -> t -> t -> t
 val minus : t ::: Type -> num t -> t -> t -> t
 val times : t ::: Type -> num t -> t -> t -> t
-val div : t ::: Type -> num t -> t -> t -> t
+val divide : t ::: Type -> num t -> t -> t -> t
 val mod : t ::: Type -> num t -> t -> t -> t
 val num_int : num int
 val num_float : num float
@@ -536,6 +536,7 @@
 val br : bodyTagStandalone []
 
 val span : bodyTag []
+val div : bodyTag []
 
 val p : bodyTag []
 val b : bodyTag []